We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e9de0 commit 73fc596Copy full SHA for 73fc596
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v3
27
with:
28
- python-version: '3.x'
+ python-version: '3.11'
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
0 commit comments