Skip to content

Commit 0158669

Browse files
committed
internal: update supported python and plone versions
1 parent e1bac9a commit 0158669

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ def read(*rnames):
2323
classifiers=[
2424
"Framework :: Plone",
2525
"Framework :: Plone :: 6.0",
26+
"Framework :: Plone :: 6.1",
2627
"Programming Language :: Python",
2728
"Programming Language :: Python :: 3.8",
2829
"Programming Language :: Python :: 3.9",
2930
"Programming Language :: Python :: 3.10",
31+
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3034
"Topic :: Software Development :: Libraries :: Python Modules",
3135
"Development Status :: 5 - Production/Stable",
3236
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",

0 commit comments

Comments
 (0)