summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2013-10-07 16:48:34 +0400
committerSergey Shepelev <temotor@gmail.com>2013-12-03 22:36:29 +0400
commitd2bbbd79d3f903fbff59f09467af681d5b9282cf (patch)
tree6a6da9b62894d62fdaa1050acbd39c46e710b9e8 /setup.py
parent35f600600c59c295fab0131c7bc0032e28b70045 (diff)
downloadeventlet-d2bbbd79d3f903fbff59f09467af681d5b9282cf.tar.gz
python3 compat: remove lots of Python 2.5 and earlier dependent code; use print() function syntax
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ec2b22a..7a601d5 100644
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,6 @@ setup(
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
- "Programming Language :: Python :: 2.4",
- "Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Internet",