summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2021-03-13 19:48:53 +0100
committerStefan Kögl <stefan@skoegl.net>2021-03-13 19:49:48 +0100
commit3b84fd3fc9424902e98a4a4990ea766e4f0f5380 (patch)
treef284608b7a5915e03076bbf9bfea490d9eacc66c /setup.py
parent1855741f3dba6c603c5e806420973214e550a756 (diff)
downloadpython-json-pointer-3b84fd3fc9424902e98a4a4990ea766e4f0f5380.tar.gz
Also include Python 3.9python-3.8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 837c51a..da27f3f 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',