summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJakub Stasiak <jakub@stasiak.at>2020-06-15 01:48:42 +0200
committerJakub Stasiak <jakub@stasiak.at>2020-06-15 01:48:42 +0200
commit6304773091aef9b355c6405a02885252a423474c (patch)
treebcf8e14820668ede45c3e6c3db1ab847b6293d56 /setup.py
parent73dfb76a197ee18584663e0b1b96dec30149035c (diff)
downloadnetaddr-6304773091aef9b355c6405a02885252a423474c.tar.gz
Update supported Python versions
While some of the code may've been working fine on Python 2 older than 2.7 and Python 3 older than 3.5 this should not be interpreted as official support anymore.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/setup.py b/setup.py
index f088f82..32620fe 100644
--- a/setup.py
+++ b/setup.py
@@ -102,17 +102,12 @@ classifiers = [
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.5',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.0',
- 'Programming Language :: Python :: 3.1',
- '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 :: Communications',
'Topic :: Documentation',
'Topic :: Education',