-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update Python to 3.12 (latest) #67
Conversation
Python 3.8 is a bit old at this point and a couple of dependencies already require Python 3.10, making the current image incompatible. One examples is https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin/blob/main/setup.py#L20, which my employer uses internally and thus we need a Python version update to be able to use the latest version of that plugin.
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
@PeaWarrior or @squid-ney, could you have a look at this? |
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Trying again, @awanlin, can you review this or pass this along to someone who can? |
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 @heyLu, looks good to me 🚀
Thanks for contribution @heyLu |
@alexlorenzi will there be a release for this and other changes since the last release? Upstream seems to use the current release from last August, but an updated release would be nice I think. (Or should we use the automatically built non-tagged images pushed by CI?) |
Python 3.8 is a bit old at this point and a couple of dependencies already require Python 3.10, making the current image incompatible.
One examples is https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin/blob/main/setup.py#L20, which my employer uses internally and thus we need a Python version update to be able to use the latest version of that plugin.