general: python3.7 will reach EOL soon, remove its support
This commit is contained in:
parent
7a32302d66
commit
a445d2cbfe
2 changed files with 9 additions and 6 deletions
2
setup.py
2
setup.py
|
@ -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': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue