summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-02-09 11:48:54 +0100
committerJustin Mayer <entroP@gmail.com>2020-02-09 11:48:54 +0100
commitc8c8ac04bc3807bf266095c2ef35092e1f8ef34c (patch)
treeea14610f0cb19391368830314de65eaeb6876880
parentbc6277141e443fb14eca7d591d72f1aff69c6368 (diff)
downloadfeedgenerator-c8c8ac04bc3807bf266095c2ef35092e1f8ef34c.tar.gz
Update Python version PyPI classifiers
-rw-r--r--setup.py4
1 files changed, 1 insertions, 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',