diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9edb823..010d2fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,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"] db: [sqlite, mysql, postgres] include: - db: mysql diff --git a/pyproject.toml b/pyproject.toml index d0e7dbe..6efdb85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,14 @@ authors = [ ] description = "Self-hosted Error Tracking" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" license-files = ["LICENSE"] classifiers = [ "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dynamic = ["version", "dependencies"]