From c8c8ac04bc3807bf266095c2ef35092e1f8ef34c Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 9 Feb 2020 11:48:54 +0100 Subject: Update Python version PyPI classifiers --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 269c483..02fd33d 100644 --- a/setup.py +++ b/setup.py @@ -20,12 +20,10 @@ CLASSIFIERS = ['Development Status :: 5 - Production/Stable', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - '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', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1