From a1a3ea4743f15137be2e023b6583a8f7f0a17f97 Mon Sep 17 00:00:00 2001 From: Moritz Lerch Date: Thu, 28 Sep 2023 23:21:31 +0200 Subject: [PATCH] fix: python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 716d41d..0c6f7a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dynamic = ["version"] description = "Manually assign tickets to seats." readme = "README.rst" license = {file = "LICENSE"} -requires-python = ">=3.9" +requires-python = ">=3.8" keywords = ["pretix"] authors = [ {name = "Moritz Lerch", email = "dev@moritz-lerch.de"},