summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-01 01:33:30 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-01 01:33:42 +0200
commitae1f6cdd6dc726ed9ea781c48de5f2f452fa8311 (patch)
treed32f2a90c05bbb3b386189545e6eeab68ba73cc8 /setup.py
parent8b1192090fae115af188661f475acbea608535c4 (diff)
downloadsemantic-version-ae1f6cdd6dc726ed9ea781c48de5f2f452fa8311.tar.gz
Advertise supporting Python3.4.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4516c00..a371255 100755
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules'
],
test_suite='tests',