Skip to content

Commit e41062c

Browse files
authored
Pin Python 3.11 in pythonpublish workflow (#852)
1 parent 04b7925 commit e41062c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5.0.0
1717
with:
18-
python-version: '3.x'
18+
python-version: '3.11'
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)