Skip to content

Commit f799219

Browse files
maresbricardoV94
authored andcommitted
Test Numba with Python 3.11 instead of 3.12
1 parent 4588c48 commit f799219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
float32: 0
103103
part: "tests/link/numba"
104104
- install-numba: 1
105-
python-version: "3.12"
105+
python-version: "3.11" # TODO: bump to 3.12 when numba 0.59 is released
106106
fast-compile: 0
107107
float32: 0
108108
part: "tests/link/numba"

0 commit comments

Comments
 (0)