Skip to content

Commit 685f5e2

Browse files
committed
Fix for tox warnings
1 parent c0d4ee1 commit 685f5e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ isolated_build = True
33
envlist =
44
pep
55
py27
6-
py35
76
py36
87
py37
98
py38
9+
py39
10+
py310
1011

1112
[testenv]
1213
deps =
@@ -40,3 +41,5 @@ python =
4041
3.6: pep, py36
4142
3.7: py37
4243
3.8: py38
44+
3.9: py39
45+
3.10: py310

0 commit comments

Comments
 (0)