Skip to content

Commit

Permalink
Test Numba with Python 3.11 instead of 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Jan 18, 2024
1 parent b029df0 commit 69319ef
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 @@ -101,7 +101,7 @@ jobs:
float32: 0
part: "tests/link/numba"
- install-numba: 1
python-version: "3.12"
python-version: "3.11" # TODO: bump to 3.12 when numba 0.59 is released
fast-compile: 0
float32: 0
part: "tests/link/numba"
Expand Down

0 comments on commit 69319ef

Please sign in to comment.