Skip to content

Commit 95c6c1f

Browse files
committed
CI: test on released Python 3.10
1 parent 427cec8 commit 95c6c1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-18.04, windows-2019, macos-10.15]
15-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy3]
15+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
1616
exclude:
1717
- os: windows-2019
1818
python-version: pypy3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ python =
2323
3.7: py37
2424
3.8: py38
2525
3.9: py39
26-
3.10-dev: py310
26+
3.10: py310

0 commit comments

Comments
 (0)