Skip to content

Commit

Permalink
pin python 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 13, 2024
1 parent 7491c62 commit 5d5f824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
resolution: highest
extras: ci,optional,numpy-v1 # Test NP1 on Windows (quite buggy ATM)
- os: ubuntu-latest
python: ">3.10"
python: "3.12"
resolution: lowest-direct
extras: ci,optional
- os: macos-latest
Expand Down

0 comments on commit 5d5f824

Please sign in to comment.