Changing which python version is "officially" supported#2475
Changing which python version is "officially" supported#2475k8s-ci-robot merged 2 commits intokubernetes-client:masterfrom
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.
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.
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>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: etiennnr, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds 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.: