Skip to content

Commit

Permalink
Test Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Mar 5, 2024
1 parent 31420da commit 7363b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
cython-version: ['']
include:
# test oldest supported Cython version on most recent Python
- os: 'ubuntu-latest'
python-version: '3.11'
python-version: '3.12'
cython-version: '==3.0.0'
steps:
- uses: actions/checkout@v3 # no submodules needed here, just checking out for the test suite
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
architecture: ['x86', 'x64']
platformtoolset: ['v143'] # all supported python versions can use this one
steps:
Expand Down

0 comments on commit 7363b21

Please sign in to comment.