-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Python 3.10 manylinux wheels #20811
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
Comments
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. |
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). |
Have we been testing 3.10? |
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. |
I've opened PR #20819, but it is currently blocked on numpy's wheel. |
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:
Thank You.
The text was updated successfully, but these errors were encountered: