summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcel Plch <mplch@redhat.com>2018-09-28 17:08:59 +0200
committernat-goodspeed <nat@lindenlab.com>2018-09-28 11:08:59 -0400
commitcf47cb518db3e0dbdd48473fb40cf9f6ecd50e07 (patch)
treeb30a601f40974b4d4bdd20113f78648350831db2 /setup.py
parent77bccbe48d4d9a46982b2e0503e76784e76b066a (diff)
downloadeventlet-cf47cb518db3e0dbdd48473fb40cf9f6ecd50e07.tar.gz
Fix for Python 3.7 (#506)
* Fix for Python 3.7 * Remove redundant piece of code. * Put back do_handshake_on_connect kwarg * Use Python 3.7 instead of 3.7-dev * Fix buildbot failing permissions with 3.7 * tests: env_tpool_zero assert details * setup: Python 3.7 classificator
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 370999e..e61d289 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
"Programming Language :: Python",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",