This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Commit ff05fbf
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 this1 parent 21ee454 commit ff05fbf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments