We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90c63e commit b43481eCopy full SHA for b43481e
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v2
25
- uses: actions/setup-python@v2
26
with:
27
- python-version: "3.6" # Version range or exact version of a Python version to use, using SemVer's version range syntax
+ python-version: "3.10" # Version range or exact version of a Python version to use, using SemVer's version range syntax
28
- name: Install dependencies
29
run: |
30
pip install --upgrade pip
@@ -53,7 +53,7 @@ jobs:
53
persist-credentials: false
54
55
56
- python-version: "3.6"
+ python-version: "3.10"
57
58
59
pip install --upgrade pip testresources setuptools wheel
0 commit comments