Skip to content

Commit

Permalink
feat(ci): update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorJPDJ committed May 1, 2024
1 parent 5faee0d commit efc7d96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
max-parallel: 2
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ '3.7', '3.8', '3.9', 'pypy-3.7' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10' ]
exclude:
- os: macos-latest
python-version: 'pypy-3.7'
python-version: 'pypy-3.9'
- os: macos-latest
python-version: 'pypy-3.10'

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit efc7d96

Please sign in to comment.