Open lahwaacz opened 1 week ago
pyproject.toml has requires-python = ">=3.8.0", but Python 3.8 has reached end of life. Can we drop it?
pyproject.toml
requires-python = ">=3.8.0"
It would allow to eliminate all three uses of sys.version_info: https://github.com/search?q=repo%3AKozea%2FRadicale+sys.version_info&type=code
sys.version_info
as long as it's testable with workflows I would keep this for a while.
pyproject.toml
hasrequires-python = ">=3.8.0"
, but Python 3.8 has reached end of life. Can we drop it?It would allow to eliminate all three uses of
sys.version_info
: https://github.com/search?q=repo%3AKozea%2FRadicale+sys.version_info&type=code