Merge pull request #1069 from gevent/py37
Support for Python 3.7
Showing
setuptools | ||
wheel | ||
cython>=0.27.3 | ||
greenlet>=0.4.10 | ||
cython>=0.27.3 ; python_version < '3.7' | ||
# Thread state changes, especially in Pythran seem to need this, | ||
# which in turn requires CPython 3.7.0a3 or above | ||
git+https://github.com/cython/cython#egg=cython ; python_version >= '3.7' | ||
greenlet>=0.4.10 ; python_version < '3.7' | ||
# Thread state changes again; requires 0.4.13, as yet unreleased | ||
git+https://github.com/python-greenlet/greenlet#egg=greenlet ; python_version >= '3.7' | ||
pylint>=1.8.0 | ||
prospector[with_pyroma] | ||
# pyyaml is included here and doesn't install on travis with 3.7a3 | ||
prospector[with_pyroma] ; python_version < '3.7' | ||
coverage>=4.0 | ||
coveralls>=1.0 | ||
cffi | ||
... | ... |
src/greentest/3.7/badkey.pem
0 → 100644
src/greentest/3.7/dh1024.pem
0 → 100644
src/greentest/3.7/nokia.pem
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
src/greentest/3.7/version
0 → 100644
Please register or sign in to comment