-
Notifications
You must be signed in to change notification settings - Fork 26
COMP: Drop Python 3.8 (end of life) #319
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
Conversation
Python 3.8 is officially unsupported from 2024-10-07. Python 3.9 should remain supported until October, according to https://devguide.python.org/versions/
I found four occurrences of Not sure how to address them, are they all necessary? It seems redundant to literally mention the very same version so many times. |
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 @N-Dekker
Changing the value in pyproject.toml should address the lockfile, which is generated. I think we may want to merge this and #314 and resolve the remaining issues from there. I may have addressed this in #314 |
- Follow-up to InsightSoftwareConsortium#319 commit 2d23742 "COMP: Drop Python 3.8 (end of life)"
- Follow-up to InsightSoftwareConsortium#319 commit 2d23742 "COMP: Drop Python 3.8 (end of life)"
- Follow-up to InsightSoftwareConsortium#319 commit 2d23742 "COMP: Drop Python 3.8 (end of life)"
@thewtex So now we have updated the pyproject.toml files, but the "pixi.lock" files aren't yet re-generated. Is it still necessary to re-generate those "pixi.lock" files? |
@N-Dekker yes, I'll take a pass. |
Python 3.8 is officially unsupported from 2024-10-07. Python 3.9 should remain supported until October, according to https://devguide.python.org/versions/