From 47a6dedf5e08882971ca2deb66f49ece8afd6586 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 17 Mar 2026 14:05:16 +0100 Subject: [PATCH] Upgrade min python to 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 725132adaa..d6a27a7871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pretix" dynamic = ["version"] description = "Reinventing presales, one ticket at a time" readme = "README.rst" -requires-python = ">=3.10" +requires-python = ">=3.11" license = {file = "LICENSE"} keywords = ["tickets", "web", "shop", "ecommerce"] authors = [