From 42581d557a103b0e754ce46d5c30d8ba06d2014d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Braghi=C8=99?= Date: Fri, 12 Apr 2024 10:43:28 +0100 Subject: [PATCH] Apply suggestions from code review --- pyproject.toml | 1 + tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56a5e84c..973d7a39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Framework :: Wagtail", "Framework :: Wagtail :: 5", "Framework :: Wagtail :: 6", diff --git a/tests/requirements.txt b/tests/requirements.txt index 190f42b4..59135be2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,7 +3,7 @@ black>=23.9.1 ruff==0.0.287 # Runtime requirements -Django>=3.2,<5.1 +Django>=4.2,<5.1 wagtail>=4.1 graphene-django>=3.0.0 factory-boy==3.2.1