From 0c4bc043b11ad97cdb3bde5843ee34f9d7809a70 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 19 Nov 2018 05:46:43 -0500 Subject: Test that we have the right Python versions in the classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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 -- cgit v1.2.1