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

Missing linux wheels for 2.15.0 #469

Closed
mpuhacz opened this issue Aug 6, 2024 · 5 comments · Fixed by #470
Closed

Missing linux wheels for 2.15.0 #469

mpuhacz opened this issue Aug 6, 2024 · 5 comments · Fixed by #470

Comments

@mpuhacz
Copy link
Contributor

mpuhacz commented Aug 6, 2024

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!

@mateuszkr-ap
Copy link

mateuszkr-ap commented Aug 6, 2024

I'm missing wheels for other python versions as well, I believe this PR will fix all of them.

adamchainz pushed a commit that referenced this issue Aug 6, 2024
I noticed the `-*-*` in the CIBW_BUILD for 3.12. Perhaps this could fix
the missing wheels 3.12?

Fixes #469.
@adamchainz
Copy link
Owner

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.

@adamchainz
Copy link
Owner

Wheels uploaded now!

@peku33
Copy link

peku33 commented Aug 28, 2024

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).

@adamchainz
Copy link
Owner

@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.

Repository owner locked as resolved and limited conversation to collaborators Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants