Skip to content

Commit

Permalink
- fixed build test for Python 3.12, which is now a "pure" Python wheel;
Browse files Browse the repository at this point in the history
- trying to run tests on Python 3.13; we'll see if GitHub has it;
  • Loading branch information
jaltmayerpizzorno committed Apr 13, 2024
1 parent e610e70 commit a4bd9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python: [ '3.8', '3.9', 'pypy-3.9', '3.10', '3.11', '3.12' ]
python: [ '3.8', '3.9', 'pypy-3.9', '3.10', '3.11', '3.12', '3.13' ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python_version: ['3.8', '3.9', '3.10', '3.11']
include:
- os: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64 # https://github.com/pypa/manylinux
Expand Down

0 comments on commit a4bd9da

Please sign in to comment.