We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10c1fe commit 277c180Copy full SHA for 277c180
setup.cfg
@@ -20,11 +20,12 @@ classifiers =
20
Framework :: Plone :: Addon
21
Framework :: Plone :: 6.0
22
Programming Language :: Python
23
+ Programming Language :: Python :: 3.10
24
Programming Language :: Python :: 3.11
25
Programming Language :: Python :: 3.12
26
Programming Language :: Python :: 3.13
27
Operating System :: OS Independent
28
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
29
30
[options]
-python_requires = >=3.11,<3.14
31
+python_requires = >=3.10,<3.14
0 commit comments