From 6d2755b1f6c6c87447b1b797eb5142a038cad6b6 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Tue, 25 Apr 2023 16:13:09 +0200 Subject: [PATCH] chore: update trove classifiers --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 758abb1..d5d406e 100644 --- a/setup.py +++ b/setup.py @@ -12,17 +12,14 @@ classifiers=[ "Development Status :: 5 - Production/Stable", "Framework :: Plone", - "Framework :: Plone :: 5.2", "Framework :: Plone :: 6.0", "Framework :: Plone :: Core", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", - "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.6", - "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", ], keywords="ace resource editor", author="Plone Foundation",