Add tests for Python 3.7a3.
No new unexpected failures. Rename the 'async' methods and classes to 'async_'. I couldn't think of a better name. But keep the old names available for BWC. Fixes #1047.
Showing
setuptools | setuptools | ||
wheel | wheel | ||
cython>=0.27.3 | cython>=0.27.3 ; python_version < '3.7' | ||
greenlet>=0.4.10 | # 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 | pylint>=1.8.0 | ||
prospector[with_pyroma] | prospector[with_pyroma] | ||
coverage>=4.0 | coverage>=4.0 | ||
... | ... |
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