-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Changing which python version is "officially" supported #2475
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>
|
Welcome @etiennnr! |
|
/assign @yliaog |
| "Programming Language :: Python :: 3.9", | ||
| "Programming Language :: Python :: 3.10", | ||
| "Programming Language :: Python :: 3.11", | ||
| "Programming Language :: Python :: 3.12", |
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 are running tests for 3.8, 3.9, 3.10, 3.11 and 3.12, i think you can remove 3.6 and 3.7 from the list
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.
Ok I re-addded 3.8 and 3.9. However, Python 3.8 has been out of active/security support for > 1 year and 3.9 just got out of security support about a month ago.
I'd suggest stopping testing / supporting those, but I'm not an active maintainer either so I don't mind that much either 😄
Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: etiennnr The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind documentation
/kind deprecation
What this PR does / why we need it:
Removing Python 3.6, 3.7, 3.8, 3.9 and added 3.12 from
setup.py, which will affect the "officially" supported version in the README.Which issue(s) this PR fixes:
Fixes #2419
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: