Skip to content

Commit 34c47cb

Browse files
committed
Added python3.9 to tox
1 parent 9ab9ea0 commit 34c47cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36,37,38}-{darwin,linux,win32}
2+
envlist = py{36,37,38,39}-{darwin,linux,win32}
33
minversion = 3.20.0
44
requires =
55
tox-pip-version>=0.0.7
@@ -10,7 +10,8 @@ requires =
1010
python =
1111
3.6: py36
1212
3.7: py37
13-
3.8: py38, docs, build, release
13+
3.8: py38
14+
3.9: py39, docs, build, release
1415

1516
[testenv]
1617
platform =

0 commit comments

Comments
 (0)