Skip to content

Commit 4c82ee9

Browse files
committed
(CI) using python 3.12
1 parent 8edfbb4 commit 4c82ee9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: '3.x'
30+
python-version: '3.12'
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: env.PROCESS == 'true' || env.CHK_LINK == 'true'
6060
uses: actions/setup-python@v5
6161
with:
62-
python-version: '3.x'
62+
python-version: '3.12'
6363

6464

6565
- name: Install dependencies

.github/workflows/locale-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.x'
39+
python-version: '3.12'
4040

4141
- name: Install dependencies
4242
run: |

0 commit comments

Comments
 (0)