Skip to content

Commit

Permalink
remove py3.5 test support in github actions; add py3.13 test support …
Browse files Browse the repository at this point in the history
…to github actions. bump ubuntu version to ubuntu-22.04
  • Loading branch information
gruns committed Nov 11, 2024
1 parent e6c04d5 commit bf5af2f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
include:
- python-version: '3.5'
toxenv: py35
- python-version: '3.6'
toxenv: py36
- python-version: '3.7'
Expand All @@ -31,9 +27,10 @@ jobs:
toxenv: py311
- python-version: '3.12'
toxenv: py312
- python-version: '3.13'
toxenv: py313
- python-version: 'pypy-3.10'
toxenv: pypy3

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit bf5af2f

Please sign in to comment.