From e96bdd12f94a2e22bff46d79b6f2b27739cce91e Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 27 Oct 2025 11:23:03 +0100 Subject: [PATCH] [CHANGE] Limit max. Python version to what we test for --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff4ce867..84cfa85a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = { file = "LICENSE" } authors = [ { name = "Alliance Auth", email = "adarnof@gmail.com" }, ] -requires-python = ">=3.8" +requires-python = ">=3.8,<3.13" classifiers = [ "Environment :: Web Environment", "Framework :: Celery", @@ -31,8 +31,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", - "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", ]