Skip to content

Commit

Permalink
Revert "include 3.12 in the GHA test matrix"
Browse files Browse the repository at this point in the history
This reverts commit 7b80e48.
  • Loading branch information
esc committed Apr 9, 2024
1 parent 7b80e48 commit 1249243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
scipy-version: [">=1.4,<1.11.0"]
pyver: [3.8, 3.9, "3.10", 3.11, 3.12]
pyver: [3.8, 3.9, "3.10", 3.11]
runs-on: [macos-latest, ubuntu-latest, windows-latest]
numpy-version: ["<1.22.0", ">=1.22.0"]
exclude:
Expand Down

0 comments on commit 1249243

Please sign in to comment.