We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff2341 commit 78724ffCopy full SHA for 78724ff
1 file changed
.github/workflows/test.yaml
@@ -43,7 +43,7 @@ jobs:
43
| {
44
name: .key,
45
label: (if (.key | contains("pre")) then .key + " (PRE-RELEASE DEPENDENCIES)" else .key end),
46
- python: .value.python
+ python: .value.python | sub("3[.]13"; "3.13.3"), # https://github.com/numba/numba/issues/10101
47
}
48
)')
49
echo "envs=${ENVS_JSON}" | tee $GITHUB_OUTPUT
0 commit comments