Skip to content

Commit f06af78

Browse files
committed
Bumped Python version
1 parent 763be84 commit f06af78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-url-links-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set Up Python
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: ${{ '3.11' }}
14+
python-version: ${{ '3.12' }}
1515
- name: Display Python Version
1616
run: python -c "import sys; print(sys.version)"
1717
shell: bash

.github/workflows/numba-release-candidate-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set Up Python
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: ${{ '3.11' }}
14+
python-version: ${{ '3.12' }}
1515
- name: Display Python Version
1616
run: python -c "import sys; print(sys.version)"
1717
shell: bash

0 commit comments

Comments
 (0)