Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit ff05fbf

Browse files
committed
Remove pinned dependency on yarl==1.9.2
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
1 parent 21ee454 commit ff05fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aiohttp>=3.7.4,<4
22
discord.py>=2.0.1
3-
yarl==1.9.2
3+
yarl>=1.9.2
44
async_timeout

0 commit comments

Comments
 (0)