summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 09:37:08 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 09:37:08 +1000
commited63425972e4de228c883c68964ee5f00363ac83 (patch)
treebafb91ab22344fa005a8fb19bd01ab88d1923480 /setup.py
parent5abaa20ca6878595c06a84105abc9306583dba0a (diff)
downloadansicolor-ed63425972e4de228c883c68964ee5f00363ac83.tar.gz
update setup.py versions supported
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 049fbd3..d90d815 100644
--- a/setup.py
+++ b/setup.py
@@ -19,14 +19,11 @@ setup(
],
classifiers=[
'License :: OSI Approved :: Apache Software License',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.2',
- 'Programming Language :: Python :: 3.3',
- 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
- 'Programming Language :: Python :: Implementation :: PyPy',
],
# don't install as zipped egg
zip_safe=False,