Skip to content

Commit 60d85f5

Browse files
committed
Stop suggesting python 3.2 support
Pip, virtualenv, Jinja have stopped supporting 3.2 In particular it's lack of `u''` syntax makes it harder to write cross-python code. I think it's roughly time that we don't automatically include it here as well.
1 parent 62ac1da commit 60d85f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
'Programming Language :: Python :: 2.6',
6060
'Programming Language :: Python :: 2.7',
6161
'Programming Language :: Python :: 3',
62-
'Programming Language :: Python :: 3.2',
6362
'Programming Language :: Python :: 3.3',
6463
'Programming Language :: Python :: 3.4',
6564
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)