Skip to content

Commit d772a22

Browse files
committed
test with Python 3.10 on CI
1 parent 21a0a12 commit d772a22

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- '3.7'
1818
- '3.8'
1919
- '3.9'
20+
- '3.10'
2021
pytest-version:
2122
- 4
2223
- 5

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tox]
2-
envlist = py27-pytest4-{linux,windows}, py{37,38,39}-pytest{4,5,6}-{linux,windows}
2+
envlist = py27-pytest4-{linux,windows}, py{37,38,39,310}-pytest{4,5,6}-{linux,windows}
33

44
[gh-actions]
55
python =
66
2.7: py27
77
3.7: py37
88
3.8: py38
99
3.9: py39
10+
3.10: py310
1011

1112
[gh-actions:env]
1213
PLATFORM =

0 commit comments

Comments
 (0)