-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore(python): target latest python 3.12.5 version #10470
Conversation
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.
@Greesb ,
Can you update the PR according to the followings?
- Python: We can't approve this version
3.12.5
since according to the official website, https://www.python.org/doc/versions the stable version is still3.12.4
- Poetry: We can approve the version to latest stable version,
1.8.3
according to the https://pypi.org/project/poetry/
@kbukum1 I'm not sure using https://www.python.org/doc/versions as a reference for the latest stable python version is valid. The 3.12 version as a whole is stable, the |
Thank you @Greesb for the information. After checking the doc I found that python versions page is not up-to-date. Also created an issue for the document. The PR is approved. |
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.
LGTM
Closes #10469