Skip to content

Commit e75ff02

Browse files
committed
Pin python version to 3.11
1 parent 8503f01 commit e75ff02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.x
21+
- name: Set up Python 3.11
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.x'
24+
python-version: '3.11'
2525
- name: Versions
2626
run: |
2727
python3 --version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.x'
24+
python-version: '3.11'
2525
- name: Install dependencies
2626
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
2727
run: |

0 commit comments

Comments
 (0)