Skip to content

Commit

Permalink
CI: Add Python 3.12 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Oct 4, 2023
1 parent d078010 commit c251a21
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
tests:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.0']
os: [ubuntu-latest, macos-12]
exclude:
Expand All @@ -22,6 +22,18 @@ jobs:
numpy-version: '1.25.2'
- python-version: '3.8'
numpy-version: '1.26.0'
- python-version: '3.12'
numpy-version: '1.20.3'
- python-version: '3.12'
numpy-version: '1.21.6'
- python-version: '3.12'
numpy-version: '1.22.4'
- python-version: '3.12'
numpy-version: '1.23.5'
- python-version: '3.12'
numpy-version: '1.24.4'
- python-version: '3.12'
numpy-version: '1.25.2'

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

Expand Down

0 comments on commit c251a21

Please sign in to comment.