Skip to content

Commit 56fa9f8

Browse files
committed
GA: use more Python 3.10
1 parent 4a19f71 commit 56fa9f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
step: [lintreadme, shellcheck, pydocstyle]
8989

9090
env:
91-
py-semver: 3.9
92-
TOXENV: ${{ format('py39-{0}', matrix.step) }}
91+
py-semver: "3.10"
92+
TOXENV: ${{ format('py310-{0}', matrix.step) }}
9393

9494
steps:
9595
- uses: actions/checkout@v2
@@ -171,7 +171,7 @@ jobs:
171171
- name: Set up Python
172172
uses: actions/setup-python@v2
173173
with:
174-
python-version: 3.9
174+
python-version: "3.10" # quoted, otherwise that turns into the number 3.1
175175

176176
- name: Give the test runner user a name to make provenance happy.
177177
run: sudo usermod -c 'CI Runner' $(whoami)

0 commit comments

Comments
 (0)