-
Notifications
You must be signed in to change notification settings - Fork 36
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 Support #875
Conversation
This needs to wait on HDF5 supporting Python 3.11. |
Codecov Report
@@ Coverage Diff @@
## master #875 +/- ##
==========================================
+ Coverage 85.87% 86.64% +0.76%
==========================================
Files 41 41
Lines 4575 4575
Branches 900 996 +96
==========================================
+ Hits 3929 3964 +35
+ Misses 465 431 -34
+ Partials 181 180 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
An issue exists upstream in h5py: h5py/h5py#2146 It is possible for us to move forward without h5py, because it is an optional dependency. Note that we have the "minimal" tests passing. |
True, I more just didn't want to have to revisit this when the wheels exist, and the PR serves as a reminder to check. |
…t dependencies until h5py is available as a wheel.
This has been waiting for an h5py release for over a month. In the interest of moving this PR forward, I am going to merge it. I created a follow-up issue with tasks for when h5py wheels exist for Python 3.11. #885 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this update! Further changes will be needed once h5py wheels are available, see #885.
Description
Support Python 3.11 officially with package tags and CI tests.
Motivation and Context
Update to the latest Python.
Checklist: