chore: upgrade to Python 3.13 and update deps

This commit is contained in:
sebthom
2024-11-15 13:31:29 +01:00
parent 4a3fb230f5
commit 1b326c1ce8
5 changed files with 36 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ classifiers = [ # https://pypi.org/classifiers/
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python :: 3.10"
]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10,<3.14"
dependencies = [
"colorama",
"coloredlogs",