Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ffec88

Browse files
committed
Release 3.6.0a11
1 parent 570686c commit 3ffec88

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.6.0a9'
1+
__version__ = '3.6.0a11'
22

33
from typing import Tuple # noqa
44

requirements/ci-wheel.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ pytest==5.1.1
1212
pytest-cov==2.7.1
1313
pytest-mock==1.10.4
1414
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"
15+
trustme==0.5.2; platform_machine=="x86_64" or python_version>="3.7"
16+
cryptography==2.7; platform_machine=="x86_64" or python_version>="3.7"
1717
twine==1.13.0
1818
yarl==1.3.0
1919

0 commit comments

Comments
 (0)