diff options
author | Stefan Kögl <stefan@skoegl.net> | 2021-03-13 19:48:53 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2021-03-13 19:49:48 +0100 |
commit | 3b84fd3fc9424902e98a4a4990ea766e4f0f5380 (patch) | |
tree | f284608b7a5915e03076bbf9bfea490d9eacc66c /setup.py | |
parent | 1855741f3dba6c603c5e806420973214e550a756 (diff) | |
download | python-json-pointer-python-3.8.tar.gz |
Also include Python 3.9python-3.8
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |