diff options
| author | Marcel Plch <mplch@redhat.com> | 2018-09-28 17:08:59 +0200 |
|---|---|---|
| committer | nat-goodspeed <nat@lindenlab.com> | 2018-09-28 11:08:59 -0400 |
| commit | cf47cb518db3e0dbdd48473fb40cf9f6ecd50e07 (patch) | |
| tree | b30a601f40974b4d4bdd20113f78648350831db2 /setup.py | |
| parent | 77bccbe48d4d9a46982b2e0503e76784e76b066a (diff) | |
| download | eventlet-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
