diff --git a/.circleci/config.yml b/.circleci/config.yml index be169a07..955f6143 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,6 +90,9 @@ workflows: - hatch: hatch_env: "py3.10-dj5.0" python_version: "3.10" + - hatch: + hatch_env: "py3.10-dj5.1" + python_version: "3.10" - hatch: hatch_env: "py3.11-dj4.1" python_version: "3.11" @@ -99,4 +102,13 @@ workflows: - hatch: hatch_env: "py3.11-dj5.0" python_version: "3.11" + - hatch: + hatch_env: "py3.11-dj5.1" + python_version: "3.11" + - hatch: + hatch_env: "py3.11-dj5.0" + python_version: "3.12" + - hatch: + hatch_env: "py3.11-dj5.1" + python_version: "3.12" - lint diff --git a/pyproject.toml b/pyproject.toml index 26d1f6a2..bea0baf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Application Frameworks", ] dependencies = [ - "django>=2.2,<5.1", + "django>=2.2,<5.2", ] dynamic = ["version"] @@ -124,8 +124,8 @@ python = ["3.8", "3.9", "3.10", "3.11"] django = ["4.1", "4.2"] [[tool.hatch.envs.test.matrix]] -python = ["3.10", "3.11"] -django = ["5.0"] +python = ["3.10", "3.11", "3.12"] +django = ["5.0", "5.1"] [tool.hatch.envs.test.scripts] all = [