Skip to content

Commit

Permalink
Remove pinned dependency on yarl==1.9.2
Browse files Browse the repository at this point in the history
yarl 1.9.2 provides wheels only for Python versions up to 3.11, making
Wavelink installation on Python 3.12 harder than it should be on setups
without build deps.

Changing the requirement to `yarl>=1.9.2` fixes this
  • Loading branch information
Parnassius committed Feb 3, 2024
1 parent 21ee454 commit ff05fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp>=3.7.4,<4
discord.py>=2.0.1
yarl==1.9.2
yarl>=1.9.2
async_timeout

0 comments on commit ff05fbf

Please sign in to comment.