Block aiohttp==3.9.0 from being installed in CI on Windows/pypy (#4051)
This commit is contained in:
parent
5773d5cd2b
commit
85b1c71a34
@ -76,7 +76,8 @@ dynamic = ["readme", "version"]
|
||||
colorama = ["colorama>=0.4.3"]
|
||||
uvloop = ["uvloop>=0.15.2"]
|
||||
d = [
|
||||
"aiohttp>=3.7.4",
|
||||
"aiohttp>=3.7.4; sys_platform != 'win32' or implementation_name != 'pypy'",
|
||||
"aiohttp>=3.7.4, !=3.9.0; sys_platform == 'win32' and implementation_name == 'pypy'",
|
||||
]
|
||||
jupyter = [
|
||||
"ipython>=7.8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user