From ce7775fd4fe1001bf0bc611d02dfba987dce12a3 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 5 Jul 2020 11:19:02 +0000 Subject: [PATCH] Add setup.py classifiers for Python 3.7 and 3.8 (#450) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 66bdcc9..3f909c9 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,8 @@ setup( '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 :: 3 :: Only', 'Development Status :: 5 - Production/Stable', 'Environment :: Console',