summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index de8a0f4..f0d1e41 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
diff --git a/tox.ini b/tox.ini
index ec4aa4f..1e3b7be 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = pypy,py38,pep8
+envlist = pypy,py39,pep8
ignore_basepython_conflict = true
minversion = 3.1.0
skipsdist = True