Skip to content

Commit

Permalink
Block aiohttp==3.9.0 from being installed in CI on Windows/pypy (#4051)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Nov 18, 2023
1 parent 5773d5c commit 85b1c71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 85b1c71

Please sign in to comment.