Skip to content
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

No mypyc wheels for release 23.9.0 #3865

Closed
JelleZijlstra opened this issue Sep 9, 2023 · 2 comments
Closed

No mypyc wheels for release 23.9.0 #3865

JelleZijlstra opened this issue Sep 9, 2023 · 2 comments
Labels
T: bug Something isn't working

Comments

@JelleZijlstra
Copy link
Collaborator

The mypyc wheels for the latest release (23.9.0) failed to build (https://github.com/psf/black/actions/runs/6128665138/job/16635954268) because we were running a version of mypyc that doesn't yet support Python 3.12. Therefore, 23.9.0 now only provides a pure-Python wheel on pypi, which will be much slower.

My current plan is to upgrade to the latest mypyc (#3864), confirm that the 3.12 wheel gets built correctly with it, then release version 23.9.1 tomorrow.

@JelleZijlstra
Copy link
Collaborator Author

Experiments in #3867 show that current main doesn't build with mypyc even on versions before 3.12, and the solution isn't obvious. We'll figure it out eventually and release a new version with mypyc wheels as soon as we can.

@JelleZijlstra
Copy link
Collaborator Author

23.9.1 was just released with all the mypyc wheels for 3.8 through 3.11. Thanks @cdce8p, @hauntsaninja, @AlexWaygood, and @ichard26 for your help!

@hauntsaninja hauntsaninja unpinned this issue Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant