Skip to content

Commit 277c180

Browse files
committed
python versions
1 parent e10c1fe commit 277c180

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ classifiers =
2020
Framework :: Plone :: Addon
2121
Framework :: Plone :: 6.0
2222
Programming Language :: Python
23+
Programming Language :: Python :: 3.10
2324
Programming Language :: Python :: 3.11
2425
Programming Language :: Python :: 3.12
2526
Programming Language :: Python :: 3.13
2627
Operating System :: OS Independent
2728
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
2829

2930
[options]
30-
python_requires = >=3.11,<3.14
31+
python_requires = >=3.10,<3.14

0 commit comments

Comments
 (0)