summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-19 05:46:43 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-25 15:11:54 -0500
commit0c4bc043b11ad97cdb3bde5843ee34f9d7809a70 (patch)
tree1771d3d5e8d5fad9ab68eba0828bdf307c777300 /setup.py
parent20998572517413d52e4ca63a79d5a790578d19cb (diff)
downloadpython-coveragepy-git-0c4bc043b11ad97cdb3bde5843ee34f9d7809a70.tar.gz
Test that we have the right Python versions in the classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 95b4944c..77dcab3d 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: Jython