Skip to content

Commit 09f49c7

Browse files
Add py39 env to tox (PyGithub#1740)
An earlier commit added Python 3.9 support to CI, but neglected to change tox.ini to support an environment, do so here.
1 parent 78a29a7 commit 09f49c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
lint,
4-
py{35,36,37,38},
4+
py{35,36,37,38,39},
55
docs
66

77
[gh-actions]
@@ -10,6 +10,7 @@ python =
1010
3.6: py36, docs, lint
1111
3.7: py37
1212
3.8: py38
13+
3.9: py39
1314

1415
[testenv]
1516
deps = -rtest-requirements.txt

0 commit comments

Comments
 (0)