Skip to content

Commit

Permalink
Merge pull request #389 from aio-libs/fix/relax-aiohttp-dep-version
Browse files Browse the repository at this point in the history
Relax the aiohttp version range as being a library
  • Loading branch information
achimnol authored Dec 7, 2023
2 parents 0d64f22 + 1d1f8c4 commit a35e418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/389.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Relax our direct dependnecy version range of aiohttp to allow the new 3.9 series for Python 3.12 support
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ packages = find:
python_requires = >=3.8
install_requires =
attrs>=20
aiohttp~=3.8.5
click>=8
aiohttp>=3.8.5
click>=8.0
janus>=1.0
jinja2>=3.1.2
backports.strenum>=1.2.4; python_version<"3.11"
Expand Down

0 comments on commit a35e418

Please sign in to comment.