We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bac9a commit 0158669Copy full SHA for 0158669
setup.py
@@ -23,10 +23,14 @@ def read(*rnames):
23
classifiers=[
24
"Framework :: Plone",
25
"Framework :: Plone :: 6.0",
26
+ "Framework :: Plone :: 6.1",
27
"Programming Language :: Python",
28
"Programming Language :: Python :: 3.8",
29
"Programming Language :: Python :: 3.9",
30
"Programming Language :: Python :: 3.10",
31
+ "Programming Language :: Python :: 3.11",
32
+ "Programming Language :: Python :: 3.12",
33
+ "Programming Language :: Python :: 3.13",
34
"Topic :: Software Development :: Libraries :: Python Modules",
35
"Development Status :: 5 - Production/Stable",
36
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
0 commit comments