[CHANGE] Add Python 3.13 to the test matrix

This commit is contained in:
Peter Pfeufer
2025-10-29 14:14:22 +01:00
parent 5d56f0a66c
commit 8c09a8c4e5
3 changed files with 28 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ license = { file = "LICENSE" }
authors = [
{ name = "Alliance Auth", email = "adarnof@gmail.com" },
]
requires-python = ">=3.8,<3.13"
requires-python = ">=3.8,<3.14"
classifiers = [
"Environment :: Web Environment",
"Framework :: Celery",
@@ -31,6 +31,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
]