-
Notifications
You must be signed in to change notification settings - Fork 827
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
[hw] Update the Python version from 3.10 to 3.11 in docker images #5595
base: master
Are you sure you want to change the base?
Conversation
b335c0f
to
5669e54
Compare
b0c5aec
to
20018e4
Compare
can you make the Dockerfile with 3.11 a separate Dockerfile |
Should I create a new file only for |
We just need a new Dockerfile and a new dev.Dockerfile for python 3.11 |
Description
Address the request in #5368. Based on Status of Python versions, Python 3.11 will be officially supported till
2027-10
, while Python 3.10 will reach its EOL in2026-10
(i.e., in less than 2 years).How Has This Been Tested?
Checklist
cc:
@wangxiaoyou1993