summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-05-23 16:41:14 +0200
committerAlessio Sergi <al3hex@gmail.com>2014-05-23 16:41:14 +0200
commit686ffb6085653326ba882103e338e805818662e0 (patch)
treed81c126280e53ee72f472410b84187cea2727b8b /setup.py
parent1194320d03d8f759849cb2167c23af6d1beb6eee (diff)
Drop Python 3.2 support in favor of Python 3.3 and newer
Python 3.0, 3.1 and 3.2 do not support the u'' string literal syntax at all. Unicode string literals were introduced in Python 3.3 again. See http://legacy.python.org/dev/peps/pep-0414/ for more information.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2d985ef0..9ae8e7ff 100755
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,6 @@ setup(
'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'
]