Skip to content

Python 3.13 Support #35

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

Open
jan-janssen opened this issue Mar 17, 2025 · 1 comment
Open

Python 3.13 Support #35

jan-janssen opened this issue Mar 17, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@jan-janssen
Copy link
Member

Summary

Currently, the limitation of pyiron_snippets to Python <3.13 blocks the Python 3.13 update for pyiron_base https://github.com/pyiron/pyiron_base/pulls . From my perspective there is no general limitation to limit pyiron_snippets to Python <3.13. @liamhuber Can you update the Python version constraint?

Detailed Description

I currently see two potential ways to address this:

  • One removing the conda constraint and just allow the installation with Python 3.13
  • Alternatively release a new pyiron_snippets version which officially supports Python 3.13

Further Information, Files, and Links

@niklassiemer suggested that Dependabot requires packages to be compatible to 3.13 for the automated updates to work: pyiron/docker-stacks#494 This motivated me to look into the upgrade of pyiron_base to Python 3.13 again.

@jan-janssen jan-janssen added the enhancement New feature or request label Mar 17, 2025
@liamhuber
Copy link
Member

For the package itself I don't anticipate any problems, it should be as simple as bumping the env statements. I took a crack in #36, but I'm getting conflicts with coverage and coveralls. I'll look deeper next week, but anyone else is free to take over before then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants