-
Notifications
You must be signed in to change notification settings - Fork 46
V138.0 release #341
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
V138.0 release #341
Conversation
Sphinx 6 is known not to work from python 3.12 onwards, and indeed does not work under python 3.13 on Fedora anymore. Current is Sphinx 8.x Part of kyamagu#336
Just build windows 11 arm64 wheels like the others. Fixes kyamagu#340
This reverts commit c43c3ee. It said "python 3.8.x archives will still be available through the actions/setup-python action.". This looks to be still working.
python 3.8 looks to be still working for a bit yet (under cibuildwheel). Added migration guide - @kyamagu I think most of the still broken stuff are under |
(this was an overlapping change between the missed EGL and the 3.8-EOL).
I don't know why |
Thanks! Directly calling |
Nothing exciting, just removing the numpy related conditionals, and some small doc related updates.
Apparently I was wrong about python 3.8 - it continues to be available under setup-python (and its derivatives). That it is EOL last autumn, true