summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Hees <dev@joernhees.de>2015-02-19 16:09:05 +0100
committerJoern Hees <dev@joernhees.de>2015-02-19 16:09:05 +0100
commit1609eae7ecf83a4fa4fcd917bd5c7a12d01b676d (patch)
treed358b2a8705e442e5539c63f31f33162ac7f878d
parentd21cdf049fe3ac111c2cca7c32d1b00125fe6d68 (diff)
downloadrdflib-1609eae7ecf83a4fa4fcd917bd5c7a12d01b676d.tar.gz
update supported python versions in setup.py
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 38816214..c9a87daf 100644
--- a/setup.py
+++ b/setup.py
@@ -118,11 +118,10 @@ setup(
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
- "Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4",
"License :: OSI Approved :: BSD License",
"Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: OS Independent",