The Wayback Machine - https://web.archive.org/web/20210817062213/https://github.com/matplotlib/matplotlib/issues/20811
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

Python 3.10 manylinux wheels #20811

Open
hrnciar opened this issue Aug 9, 2021 · 5 comments · May be fixed by #20819
Open

Python 3.10 manylinux wheels #20811

hrnciar opened this issue Aug 9, 2021 · 5 comments · May be fixed by #20819

Comments

@hrnciar
Copy link

@hrnciar hrnciar commented Aug 9, 2021

Hello.

Could you please release CPython 3.10 manylinux wheels on PyPI?

Python 3.10.0 release candidate 1 was released this week: https://www.python.org/downloads/release/python-3100rc1/

It should be quite safe to release wheels for release candidate. ABI for Python 3.10 should be frozen from now on, even for bugfixes. From release notes:

There will be no ABI changes from this point forward in the 3.10 series and the goal is that there will be as few code changes as possible.

Thank You.

@tacaswell
Copy link
Member

@tacaswell tacaswell commented Aug 9, 2021

We use https://github.com/matplotlib/matplotlib/blob/master/.github/workflows/cibuildwheel.yml to build the wheels. A PR to that file adding 3.10 would greatly expedite getting the wheels up.

@tacaswell
Copy link
Member

@tacaswell tacaswell commented Aug 9, 2021

Labeled as good first issue because it requires no understanding of Matplotlib internals or API discussion to get done (but does require familiarity with wheel building and CI systems).

@jklymak
Copy link
Contributor

@jklymak jklymak commented Aug 9, 2021

Have we been testing 3.10?

@QuLogic
Copy link
Member

@QuLogic QuLogic commented Aug 9, 2021

Fedora koschei has been testing 3.4.3 with Python 3.10. We'll get master tested when there's a tag out, but @tacaswell has been running latest everything.

@hrnciar
Copy link
Author

@hrnciar hrnciar commented Aug 10, 2021

We use https://github.com/matplotlib/matplotlib/blob/master/.github/workflows/cibuildwheel.yml to build the wheels. A PR to that file adding 3.10 would greatly expedite getting the wheels up.

I've opened PR #20819, but it is currently blocked on numpy's wheel.

@tacaswell tacaswell linked a pull request that will close this issue Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

4 participants