diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 613517e..ed2b36c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,14 +42,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] django-version: ["4.2", "5.0", "5.1"] postgres-version: ["12-2.5", "13-3.4"] exclude: - - django-version: "5.1" - python-version: "3.8" - - django-version: "5.0" - python-version: "3.8" - django-version: "5.1" python-version: "3.9" - django-version: "5.0" diff --git a/pyproject.toml b/pyproject.toml index 63efd3c..5d158cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ packages = [{ include = "heroku_connect" }] [tool.poetry.dependencies] -python = ">=3.8,<4.0" +python = ">=3.9,<4.0" django = ">=4.2,<5.2" django-appconf = "~1" requests = "~2"