diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 975087c752..68e8639fb5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,13 +23,13 @@ jobs: name: Tests strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.10", "3.11", "3.13"] database: [sqlite, postgres] exclude: - - database: sqlite - python-version: "3.9" - database: sqlite python-version: "3.10" + - database: sqlite + python-version: "3.11" services: postgres: image: postgres:15 diff --git a/pyproject.toml b/pyproject.toml index 7b66f45b08..631cf4746b 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.9" +requires-python = ">=3.10" license = {file = "LICENSE"} keywords = ["tickets", "web", "shop", "ecommerce"] authors = [