-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Milestone
Description
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.txtto versions that at least support python3.6 - migrate code to the features of py37
TARGET BRANCH: dev/3.0.0
jkowalleck and hakandilek