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

[BREAKING] Deprecate support for Python 3.6 #292

Closed
7 tasks done
madpah opened this issue Aug 19, 2022 Discussed in #216 · 1 comment
Closed
7 tasks done

[BREAKING] Deprecate support for Python 3.6 #292

madpah opened this issue Aug 19, 2022 Discussed in #216 · 1 comment

Comments

@madpah
Copy link
Collaborator

madpah commented Aug 19, 2022

Discussed in #216

Python 3.6 is reached its end of life as of December 2021.

This feature will drop support for Python 3.6.

FYI: @jkowalleck

  • Update pyproject.toml
    • classifiers
    • dependnecy minimum-versions
    • and other such data
  • Remove Python 3.6 tests from CI
  • remove 3.6 from CI/CT (github workflows)
  • adjust requirements.lowest.txt to versions that at least support python3.6
  • migrate code to the features of py37

TARGET BRANCH: dev/3.0.0

@madpah
Copy link
Collaborator Author

madpah commented Mar 20, 2023

Included in 4.0.0 and contributed by @hakandilek - many thanks!

@madpah madpah closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant