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

[WIP] Add Python 3.13 support #18449

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from
Draft

Conversation

nsoranzo
Copy link
Member

@nsoranzo nsoranzo commented Jun 28, 2024

xref. #16854

Issues:

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@mr-c
Copy link
Contributor

mr-c commented Sep 27, 2024

https://pypi.org/project/h5py/3.12.1/ :-)
https://docs.h5py.org/en/stable/whatsnew/3.12.html#new-features

h5py now has pre-built packages for Python 3.13.

@nsoranzo
Copy link
Member Author

nsoranzo commented Oct 2, 2024

Just 2 dependencies left, then lib2to3 should hopefully be the only remaining issue.
@mvdbeek What's your thinking about lib2to3? Should we try to add it to future, or just get rid of it from our code base, or something else?

@mvdbeek
Copy link
Member

mvdbeek commented Oct 2, 2024

I would try to keep that functionality if it all possible ? Having this proven track record of being able to re-run old jobs feels like something pretty important.

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

Successfully merging this pull request may close these issues.

3 participants