We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8640a0b commit 3674c51Copy full SHA for 3674c51
.github/workflows/publish-to-pypi.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Python
16
uses: actions/setup-python@v4
17
with:
18
- python-version: '3.6' # Python version
+ python-version: '3.10' # Python version
19
20
- name: Upgrade pip
21
run: pip install --upgrade pip
0 commit comments