From 1cab8513399de8e0266879666f21f85ec2428b84 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Mon, 19 Sep 2022 16:26:55 +0100 Subject: [PATCH] Add Wagtail 4 classifier and update README with supported versions --- README.md | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00cd2887..410d6e31 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Wagtail Localize is a translation plugin for the [Wagtail CMS](https://wagtail.o Wagtail Localize requires the following: - Python (3.7, 3.8, 3.9, 3.10) -- Django (2.2, 3.0, 3.1, 3.2, 4.0) -- Wagtail (2.11, 2.12, 2.13, 2.14, 2.15, 2.16, 3.0) with [internationalisation enabled](https://docs.wagtail.org/en/stable/advanced_topics/i18n.html#configuration) +- Django (2.2, 3.0, 3.1, 3.2, 4.0, 4.1) +- Wagtail (2.11, 2.12, 2.13, 2.14, 2.15, 2.16, 3.0, 4.0) with [internationalisation enabled](https://docs.wagtail.org/en/stable/advanced_topics/i18n.html#configuration) ## Installation diff --git a/pyproject.toml b/pyproject.toml index be199c45..3edd4120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ classifiers = [ "Framework :: Django :: 4.0", "Framework :: Wagtail", "Framework :: Wagtail :: 2", - "Framework :: Wagtail :: 3" + "Framework :: Wagtail :: 3", + "Framework :: Wagtail :: 4" ] dynamic = ["version"] requires-python = ">=3.7"