Skip to content

Commit 0fe8001

Browse files
committed
Update Python version support.
1 parent 04334d1 commit 0fe8001

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'Sources': ('https://github.com/zopefoundation/'
2626
'Products.PythonScripts'),
2727
},
28-
license='ZPL 2.1',
28+
license='ZPL-2.1',
2929
description='Provides support for restricted execution of Python '
3030
'scripts in Zope.',
3131
author='Zope Foundation and Contributors',
@@ -44,15 +44,14 @@
4444
'Operating System :: OS Independent',
4545
'Programming Language :: Python',
4646
'Programming Language :: Python :: 3',
47-
'Programming Language :: Python :: 3.8',
4847
'Programming Language :: Python :: 3.9',
4948
'Programming Language :: Python :: 3.10',
5049
'Programming Language :: Python :: 3.11',
5150
'Programming Language :: Python :: 3.12',
5251
'Programming Language :: Python :: 3.13',
5352
'Programming Language :: Python :: Implementation :: CPython',
5453
],
55-
python_requires='>=3.8',
54+
python_requires='>=3.9',
5655
install_requires=[
5756
'setuptools',
5857
'AccessControl',

0 commit comments

Comments
 (0)