Skip to content

Commit 69319ef

Browse files
committed
Test Numba with Python 3.11 instead of 3.12
1 parent b029df0 commit 69319ef

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
@@ -101,7 +101,7 @@ jobs:
101101
float32: 0
102102
part: "tests/link/numba"
103103
- install-numba: 1
104-
python-version: "3.12"
104+
python-version: "3.11" # TODO: bump to 3.12 when numba 0.59 is released
105105
fast-compile: 0
106106
float32: 0
107107
part: "tests/link/numba"

0 commit comments

Comments
 (0)