summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-22 14:51:18 -0800
committerErik Rose <erik@mozilla.com>2011-11-27 11:22:39 -0800
commit5a4bcd4a84ac104d3926f26fe6beb1ebb374732e (patch)
treedd2c0e28d23d83de600eccc06a21e31703f70b0d /setup.py
parentc1589b3aab168d68a169750b9f378a59665d5ff5 (diff)
downloadblessings-5a4bcd4a84ac104d3926f26fe6beb1ebb374732e.tar.gz
We need Python 3.2.3 or better, to fix a curses bug.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b4f4c88..4450589 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,6 @@ setup(
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: User Interfaces',