general: python3.7 will reach EOL soon, remove its support

This commit is contained in:
Dima Gerasimov 2023-05-15 21:56:23 +01:00 committed by karlicoss
parent 7a32302d66
commit a445d2cbfe
2 changed files with 9 additions and 6 deletions

View file

@ -42,7 +42,7 @@ def main() -> None:
author_email='karlicoss@gmail.com',
description='A Python interface to my life',
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=INSTALL_REQUIRES,
extras_require={
'testing': [