We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92abbc9 commit bbd8a50Copy full SHA for bbd8a50
setup.cfg
@@ -17,6 +17,7 @@ classifier =
17
Programming Language :: Python :: 3.6
18
Programming Language :: Python :: 3.7
19
Programming Language :: Python :: 3.8
20
+ Programming Language :: Python :: 3.9
21
22
[files]
23
packages =
tox.ini
@@ -1,6 +1,6 @@
1
[tox]
2
minversion = 3.18.0
3
-envlist = py36,py38,pep8
+envlist = py39,py38,pep8
4
skipsdist = True
5
ignore_basepython_conflict = True
6
0 commit comments