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 763be84 commit f06af78Copy full SHA for f06af78
.github/workflows/check-url-links-actions.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set Up Python
12
uses: actions/setup-python@v5
13
with:
14
- python-version: ${{ '3.11' }}
+ python-version: ${{ '3.12' }}
15
- name: Display Python Version
16
run: python -c "import sys; print(sys.version)"
17
shell: bash
.github/workflows/numba-release-candidate-actions.yml
0 commit comments