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

Add python 3.11 wheels #517

Merged
merged 1 commit into from Sep 9, 2022
Merged

Add python 3.11 wheels #517

merged 1 commit into from Sep 9, 2022

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Aug 28, 2022

Now that cpython 3.11.0rc1 is out (ABI stable), we can publish cp311 wheels.
This bumps cibuildwheel to 2.9.0 which now builds cp 3.11 wheels.

@methane methane merged commit 44a8060 into msgpack:main Sep 9, 2022
@mayeut mayeut deleted the python3.11-whhels branch September 14, 2022 20:41
@anderssonjohan
Copy link

@mayeut @methane Hey there! I noticed the wheels are still missing on pypi.

We noticed this by having 30 seconds extra build time in our github actions workflow which shows we need to build the wheel every time:

2023-03-07T20:31:12.4583426Z Building wheels for collected packages: msgpack
2023-03-07T20:31:12.4609923Z   Building wheel for msgpack (pyproject.toml): started
2023-03-07T20:31:42.4674458Z   Building wheel for msgpack (pyproject.toml): finished with status 'done'
2023-03-07T20:31:42.4699395Z   Created wheel for msgpack: filename=msgpack-1.0.4-cp311-cp311-win_amd64.whl size=60446 sha256=6b73b7aee28007a106c387ae77f7ddaa363027f6d89814adf95c6792372ba902
2023-03-07T20:31:42.4701100Z   Stored in directory: c:\users\runneradmin\appdata\local\pip\cache\wheels\55\e6\d3\5defbcadbaa60a8bc20e1d233aa52941a1fbe2707b11f9066d
2023-03-07T20:31:42.4814266Z Successfully built msgpack

The latest on https://pypi.org/project/msgpack/#files seems to be python 3.10 wheels:
Screenshot 2023-03-07 at 21 52 28

@methane
Copy link
Member

methane commented Mar 8, 2023

@anderssonjohan Try 1.0.5rc1.

@anderssonjohan
Copy link

Thanks for the quick reply! Then we'll wait for 1.0.5 to be released, no worries.
(This affects us when installing poetry via the actions-poetry GitHub Action so we are a bit limited pinning an rc version in this particular case.)

@methane
Copy link
Member

methane commented Mar 9, 2023

I have released v1.0.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants