Skip to content

Commit dc43378

Browse files
committed
Test on Python 3.10 (final).
1 parent 8ea55f2 commit dc43378

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
python:
1010
- 3.6
1111
- 3.9
12-
- 3.10.0-alpha - 3.10.99
13-
platform: [ubuntu-latest, macos-latest, windows-latest]
12+
- "3.10"
13+
platform:
14+
- ubuntu-latest
15+
- macos-latest
16+
- windows-latest
1417
runs-on: ${{ matrix.platform }}
1518
steps:
1619
- uses: actions/checkout@v2
@@ -34,7 +37,7 @@ jobs:
3437
- name: Setup Python
3538
uses: actions/setup-python@v2
3639
with:
37-
python-version: 3.9
40+
python-version: "3.10"
3841
- name: Install tox
3942
run: |
4043
python -m pip install tox

0 commit comments

Comments
 (0)