Skip to content

Commit

Permalink
Fix python 3.12 and bump aiofiles
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Oct 21, 2023
1 parent 3447e18 commit 9d4e1af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@
),
extras_require=extras,
install_requires=[
"aiofiles <1",
"aiohttp <4",
"aiofiles ==23.*",
"aiohttp <4; python_version < '3.12'",
"aiohttp==3.9.0b0; python_version == '3.12'",
"aiosqlite <=0.17.0",
"asyncprawcore >=2.1, <3",
"update_checker >=0.18",
Expand Down

0 comments on commit 9d4e1af

Please sign in to comment.