Skip to content

Commit a672982

Browse files
committed
Use python 3.12 for actions containers
1 parent b73b055 commit a672982

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
awk -F '\/' '{ print tolower($2) }' |
1919
tr '_' '-'
2020
)" >> $GITHUB_OUTPUT
21-
- name: Set up Python 3.11
21+
- name: Set up Python 3.12
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.11"
24+
python-version: "3.12"
2525
- name: Versions
2626
run: |
2727
python3 --version

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
awk -F '\/' '{ print tolower($2) }' |
2222
tr '_' '-'
2323
)" >> $GITHUB_OUTPUT
24-
- name: Set up Python 3.11
24+
- name: Set up Python 3.12
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: "3.11"
27+
python-version: "3.12"
2828
- name: Versions
2929
run: |
3030
python3 --version

0 commit comments

Comments
 (0)