-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Python 3.14 #57883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.14 #57883
Conversation
0f3ad47 to
1323b84
Compare
|
Current failures on
|
|
Pending removals:
|
14a5ce5 to
20c2502
Compare
|
sagemath is also expected to break sagemath/sage#40890 |
04a6567 to
a97a1db
Compare
Fair enough. I'll pull what you did and test, thanks. |
This is actually in use for people using Qtile and widget Wlan https://docs.qtile.org/en/stable/manual/ref/widgets.html#wlan |
|
It would be better to file an upstream issue at https://github.com/qtile/qtile/issues to note that they rely a package that hasn't been touched in six years and doesn't build on musl. In the meantime, python3 -m venv --system-site-packages /usr/local/qtile
/usr/local/qtile/bin/pip install iwlib
/usr/local/qtile/bin/python3 /usr/bin/qtileshould restore missing functionality. |
And thus it begins anew...
[ci skip]