We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734c6d6 commit 7098a15Copy full SHA for 7098a15
.github/workflows/numba-python-compatibility-actions.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
check_numba_python_compatibility:
8
env:
9
- req-python-version: '3.13'
+ req-python-version: '3.14'
10
runs-on: ubuntu-latest
11
environment: API_Access
12
permissions:
@@ -46,7 +46,7 @@ jobs:
46
cat stderr.txt
47
exit 0
48
else
49
- echo "Installation succeeded on Python ${{ env.python-version }}"
+ echo "Installation succeeded on Python ${{ env.req-python-version }}"
50
exit 1
51
fi
52
- name: Run STUMPY Unit Tests
0 commit comments