general: python3.9 reached EOL, switch min version

also enable 3.13 on CI
This commit is contained in:
Dima Gerasimov 2024-10-19 18:27:35 +01:00 committed by karlicoss
parent a8f86e32b9
commit bc7c3ac253
8 changed files with 36 additions and 53 deletions

View file

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