Skip to content

Commit cc907b6

Browse files
committed
internal: allow python 3.9 and Plone 6
1 parent 0d331c6 commit cc907b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
package_dir={"": "src"},
5252
include_package_data=True,
5353
zip_safe=False,
54-
python_requires=">=3.10",
54+
python_requires=">=3.9",
5555
install_requires=[
5656
"setuptools",
5757
# -*- Extra requirements: -*-

0 commit comments

Comments
 (0)