general: python3.9 reached EOL, switch min version
also enable 3.13 on CI
This commit is contained in:
parent
a8f86e32b9
commit
25a6bcd966
8 changed files with 36 additions and 53 deletions
2
setup.py
2
setup.py
|
@ -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': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue