Skip to content

Commit

Permalink
Don't do python 3.13 since numba is not yet for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-hirsch committed Nov 19, 2024
1 parent 36e94fe commit faea903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"] # "3.13"]
numpy-version: ["1.23", "1.25", "1.26", "2.0.0", "2.1.0"]
exclude:
# Old numpy version does not work properly with python > 3.11
Expand Down

0 comments on commit faea903

Please sign in to comment.