Skip to content
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

Drop python 3.8 after EOL (oct/2024) #2793

Open
johnnv1 opened this issue Feb 9, 2024 · 0 comments
Open

Drop python 3.8 after EOL (oct/2024) #2793

johnnv1 opened this issue Feb 9, 2024 · 0 comments
Assignees
Labels
code heatlh 💊 Improvement the package code health
Milestone

Comments

@johnnv1
Copy link
Member

johnnv1 commented Feb 9, 2024

Python 3.8 will finish the security support time in 14 Oct 2024 - https://endoflife.date/python

Then we should drop support before 0.8.0 release

Possible things to do:

  • Remove it from CI
  • Update ruff (or the quality tools) been used to use py39 as the minimum supported - https://docs.astral.sh/ruff/settings/#target-version
  • Update related TODO's
  • Update contributing guide within this info
  • Update the pyproject.yml within requires-python = ">=3.9"

PRs from dropping other older versions:

@johnnv1 johnnv1 added the code heatlh 💊 Improvement the package code health label Feb 9, 2024
@johnnv1 johnnv1 added this to the kornia v0.8.0 milestone Feb 9, 2024
@johnnv1 johnnv1 self-assigned this Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code heatlh 💊 Improvement the package code health
Projects
None yet
Development

No branches or pull requests

1 participant