Description
Python 3.6 reached its end of life on 2021-12-23 (see also PEP 602).
In attempting to update pyproject.toml dependencies, some packages are requiring Python >= 3.7, which may warrant retiring 3.6.
Possible Solution
Please add a DeprecationWarning for Python 3.6 to give existing users time to update their code bases and issue an agreed-upon sunset date for Python 3.6 support.
Additional context
See PR #605 for discussion of some CI workflows that are failing due to outdated dependencies.
Additional context
No response
Description
Python 3.6reached its end of life on 2021-12-23 (see also PEP 602).In attempting to update
pyproject.tomldependencies, some packages are requiringPython >= 3.7, which may warrant retiring3.6.Possible Solution
Please add a
DeprecationWarningforPython 3.6to give existing users time to update their code bases and issue an agreed-upon sunset date forPython 3.6support.Additional context
See PR #605 for discussion of some CI workflows that are failing due to outdated dependencies.
Additional context
No response