-
Notifications
You must be signed in to change notification settings - Fork 138
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
Build missing packages for Python 3.9 - 3.12 #972
Comments
Better support for Python 3.11 would probably also make apps faster on average and improve the startup time according to this: https://docs.python.org/3/whatsnew/3.11.html#optimizations |
Yes, we should look into this. I'll add it to the milestone for the next version, when we'll be adding Python 3.12 as well. |
The following packages are now available for Python 3.11:
This is the same list as we released last year for Python 3.9 and 3.10, minus:
I'll add more Python 3.9 - 3.11 packages later, but first I'll look at 3.12. |
The same packages are now available for Python 3.12, minus:
|
I've also added the following combinations which didn't previously exist:
|
@mhsmith can |
OK, |
@mhsmith Could you build Python 3.11 and 3.12 wheels for miniaudio? |
OK, I'll give it a try. And for future reference, here's a list of all the packages which were added since the initial 3.9 and 3.10 build:
Most of these are currently only available for Python 3.8 - 3.10. |
The packages in the previous comment have now been added for Python 3.11 and 3.12, except:
|
Please add |
I don't have time to add any more packages at the moment, but lxml shouldn't be too difficult to build yourself – see #816 (comment). |
If anyone has more package requests for Python 3.9 or later, please first search to see if there's an existing issue you can vote for, and create a new issue if you can't find one. |
Python 3.11 has been supported for about a year now but no packages are built targeting this Python version. WHY!?
The text was updated successfully, but these errors were encountered: