Skip to content

Commit b43481e

Browse files
ci(release workflow): upgrade python to 3.10
1 parent f90c63e commit b43481e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v2
2525
- uses: actions/setup-python@v2
2626
with:
27-
python-version: "3.6" # Version range or exact version of a Python version to use, using SemVer's version range syntax
27+
python-version: "3.10" # Version range or exact version of a Python version to use, using SemVer's version range syntax
2828
- name: Install dependencies
2929
run: |
3030
pip install --upgrade pip
@@ -53,7 +53,7 @@ jobs:
5353
persist-credentials: false
5454
- uses: actions/setup-python@v2
5555
with:
56-
python-version: "3.6"
56+
python-version: "3.10"
5757
- name: Install dependencies
5858
run: |
5959
pip install --upgrade pip testresources setuptools wheel

0 commit comments

Comments
 (0)