From d517ebada79ebce11b81884f1355e4cf2b8abb6d Mon Sep 17 00:00:00 2001 From: "Allen, Timothy" Date: Wed, 14 Feb 2024 08:38:13 -0500 Subject: [PATCH] Update Trove Classifiers. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94fcb48..ca07bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,22 +20,22 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Framework :: Django", "Framework :: Wagtail", "Framework :: Wagtail :: 3", "Framework :: Wagtail :: 4", "Framework :: Wagtail :: 5", + "Framework :: Wagtail :: 6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", ] dependencies = [ "wagtail>=4", - 'importlib-metadata; python_version<"3.8"', ] dynamic = ["version"]