-
Notifications
You must be signed in to change notification settings - Fork 45
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
MHKiT Python 3.12 support #351
Conversation
Thanks @ssolson Is |
It is the latter, however, as this is the development branch I think developing all PRs for 3.12 support now would be beneficial rather than trying to fix any potential issues later. |
I want to wait on #333 to be merged before this PR. |
Fair point, that makes sense to avoid a bunch of urgent bugfixes right before we want to tag a release. Understood on timing this relative to #333. Tests pass on 3.12. I successfully created a 3.12 environment with MHKiT locally, but FYI I did get a |
Adds Python 3.12 as a supported version.
Required installing setup tools for pip installs due to hypyd. This has been fixed but not released to pypi yet:
HDFGroup/h5pyd#169
Once a new release of h5pyd to pypi happens we should remove this step.