Closed mpuhacz closed 3 months ago
I'm missing wheels for other python versions as well, I believe this PR will fix all of them.
Hi! The newest version of the library doesn't have Python 3.12 wheels pypi.org/project/time-machine/2.15.0/#files. Would it be possible to release the missing wheels for 3.12? Thanks!
Thanks for the fix @mpuhacz . I will upload the missing wheels after checking they get built on CI.
I'm missing wheels for other python versions as well, I believe this PR will fix all of them.
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 linux-x86_64-cpython-311
(using poetry). It falls back to chef build (which in my case fails because we use lightweight docker image without gcc).
@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!