Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570686c commit 3ffec88Copy full SHA for 3ffec88
2 files changed
aiohttp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.6.0a9'
+__version__ = '3.6.0a11'
2
3
from typing import Tuple # noqa
4
requirements/ci-wheel.txt
@@ -12,8 +12,8 @@ pytest==5.1.1
12
pytest-cov==2.7.1
13
pytest-mock==1.10.4
14
tox==3.13.2
15
-trustme==0.5.2; platform_machine=="x86_64" or python_version>"3.5"
16
-cryptography==2.7; platform_machine=="x86_64" or python_version>"3.5"
+trustme==0.5.2; platform_machine=="x86_64" or python_version>="3.7"
+cryptography==2.7; platform_machine=="x86_64" or python_version>="3.7"
17
twine==1.13.0
18
yarl==1.3.0
19
0 commit comments