Skip to content

Commit c933536

Browse files
committed
Add Py3.10 to CI builds.
1 parent 56264c3 commit c933536

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ environment:
2222
# Note: TWINE_PASSWORD is set in Appveyor settings
2323

2424
matrix:
25+
- PYTHON_VERSION: 3.10
2526
- PYTHON_VERSION: 3.9
2627
- PYTHON_VERSION: 3.8
2728
- PYTHON_VERSION: 3.7

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,35,36,37,38,39}
2+
envlist = py{27,35,36,37,38,39,310}
33

44
[testenv]
55
platform =

0 commit comments

Comments
 (0)