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 9, 2023
2 parents 0d64f22 + f682df6 commit 37e83cb
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 @@
Relaxed our direct dependnecy version range of aiohttp ("3.8.5 only" to "3.8.5 and higher") to enable installation on Python 3.12
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 37e83cb

Please sign in to comment.