We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b7925 commit e41062cCopy full SHA for e41062c
1 file changed
.github/workflows/pythonpublish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v5.0.0
17
with:
18
- python-version: '3.x'
+ python-version: '3.11'
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
0 commit comments