Skip to content

Commit 78724ff

Browse files
committed
Fix CI for numba error with python=3.13.4
1 parent bff2341 commit 78724ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
| {
4444
name: .key,
4545
label: (if (.key | contains("pre")) then .key + " (PRE-RELEASE DEPENDENCIES)" else .key end),
46-
python: .value.python
46+
python: .value.python | sub("3[.]13"; "3.13.3"), # https://github.com/numba/numba/issues/10101
4747
}
4848
)')
4949
echo "envs=${ENVS_JSON}" | tee $GITHUB_OUTPUT

0 commit comments

Comments
 (0)