Skip to content

Commit

Permalink
CI: Add Python 3.12 to the test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Oct 5, 2023
1 parent 948993e commit 2e40f01
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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"]
numpy-version: ["1.19.5", "1.20.3", "1.21.6", "1.22.4", "1.23.5", "1.24.4", "1.25.2", "1.26.0"]
exclude:
- python-version: "3.7"
Expand Down Expand Up @@ -36,6 +36,18 @@ jobs:
numpy-version: "1.21.6"
- python-version: "3.11"
numpy-version: "1.22.4"
- 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"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2e40f01

Please sign in to comment.