From d204d572d61ca01b3a38fea229a438d108460f9b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Jun 2019 23:17:24 +0200 Subject: Add Python 3.8 trove classifier Tested, works fine. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7864a78..89e9867 100644 --- a/setup.py +++ b/setup.py @@ -93,6 +93,7 @@ setuptools.setup( "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", ] -- cgit v1.2.3