summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2019-11-13 20:50:36 +0100
committerStefan Kögl <stefan@skoegl.net>2019-11-13 20:50:36 +0100
commitfa6f0cca141f74512e2b177f2320774165f0346e (patch)
treead9b76ecbbdbc469a49285ed00ac8fde2bdfc428 /setup.py
parent277e106016db0e81c64c561052be5360b9870974 (diff)
downloadpython-json-pointer-fa6f0cca141f74512e2b177f2320774165f0346e.tar.gz
Update Python versions
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e86bc1c..837c51a 100644
--- a/setup.py
+++ b/setup.py
@@ -41,9 +41,10 @@ CLASSIFIERS = [
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 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',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',