summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 01:30:21 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 01:30:43 +0100
commit472e9e402704a345102168b7bf32c3637f86259c (patch)
tree47ccde5d3d4af097dd3885b8b94aeac180904fd0 /setup.py
parent52f57bb0fd9bd6edeb71d9d517069dca6531565e (diff)
downloadsemantic-version-472e9e402704a345102168b7bf32c3637f86259c.tar.gz
Test up to 3.5v2.5.0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 6baac7d..9c23b3b 100755
--- a/setup.py
+++ b/setup.py
@@ -61,12 +61,10 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- '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.5',
'Topic :: Software Development :: Libraries :: Python Modules'
],
test_suite='tests',