-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Missing linux wheels for 2.15.0 #469
Comments
I'm missing wheels for other python versions as well, I believe this PR will fix all of them. |
I noticed the `-*-*` in the CIBW_BUILD for 3.12. Perhaps this could fix the missing wheels 3.12? Fixes #469.
Thanks for the fix @mpuhacz . I will upload the missing wheels after checking they get built on CI.
The wheels are all on PyPI, apart from for 3.12. There is some delay between the build starting and me manually checking and uploading the wheels since I didn’t manage to automate it yet. Please check again. |
Wheels uploaded now! |
Hi, are you sure they are available? While v2.14.0 works fine, v2.15.0 won't install on |
@peku33 you can see the files are listed at https://pypi.org/project/time-machine/#files , including Python 3.11 Linux wheels. At a glance, I don't see any difference in Python 3.11 Linux file names with v2.14.0's file names: https://pypi.org/project/time-machine/2.14.0/#files . If your issue persists, open a new issue. |
Python Version
3.12
pytest Version
No response
Package Version
2.15.0
Description
Hi! The newest version of the library doesn't have Python 3.12 wheels https://pypi.org/project/time-machine/2.15.0/#files. Would it be possible to release the missing wheels for 3.12? Thanks!
The text was updated successfully, but these errors were encountered: