diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 90bd420..c298ddd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] env: PGUSER: postgres diff --git a/pyproject.toml b/pyproject.toml index c68e375..9717644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] dynamic = ['version'] -requires-python = ">=3.7" +requires-python = ">=3.10" classifiers = ["Programming Language :: Python :: 3"] keywords = []