-
Notifications
You must be signed in to change notification settings - Fork 78
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
[191]: Upgrade to Python 3.12 #226
base: master
Are you sure you want to change the base?
Conversation
7ec1299
to
0a51874
Compare
@irtazaakram I can't find a lot to change in this repo, for example, the changes here. Please guide me if I've missed any change in this PR. |
0a51874
to
0556727
Compare
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.
This should be a support PR rather than an upgrade PR.
- python_version: '3.12' | ||
ubuntu_version: '20.04' | ||
os: "ubuntu-20.04" | ||
- python_version: '3.11' | ||
- python_version: '3.12' | ||
ubuntu_version: '22.04' | ||
os: "ubuntu-22.04" | ||
- python_version: '3.11' | ||
- python_version: '3.12' | ||
ubuntu_version: '24.04' |
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.
We need to support both python 3.11 & 3.12 here
@@ -53,5 +53,6 @@ def get_version(*file_paths): | |||
'Programming Language :: Python :: 3', | |||
'Programming Language :: Python :: 3.8', |
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.
let's drop all references/usage of python 3.8 here
No description provided.