You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the limitation of pyiron_snippets to Python <3.13 blocks the Python 3.13 update for pyiron_basehttps://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.
The text was updated successfully, but these errors were encountered:
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.
Summary
Currently, the limitation of
pyiron_snippets
to Python<3.13
blocks the Python 3.13 update forpyiron_base
https://github.com/pyiron/pyiron_base/pulls . From my perspective there is no general limitation to limitpyiron_snippets
to Python<3.13
. @liamhuber Can you update the Python version constraint?Detailed Description
I currently see two potential ways to address this:
pyiron_snippets
version which officially supports Python 3.13Further 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.
The text was updated successfully, but these errors were encountered: