File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 25
25
'Sources' : ('https://github.com/zopefoundation/'
26
26
'Products.PythonScripts' ),
27
27
},
28
- license = 'ZPL 2.1' ,
28
+ license = 'ZPL- 2.1' ,
29
29
description = 'Provides support for restricted execution of Python '
30
30
'scripts in Zope.' ,
31
31
author = 'Zope Foundation and Contributors' ,
44
44
'Operating System :: OS Independent' ,
45
45
'Programming Language :: Python' ,
46
46
'Programming Language :: Python :: 3' ,
47
- 'Programming Language :: Python :: 3.8' ,
48
47
'Programming Language :: Python :: 3.9' ,
49
48
'Programming Language :: Python :: 3.10' ,
50
49
'Programming Language :: Python :: 3.11' ,
51
50
'Programming Language :: Python :: 3.12' ,
52
51
'Programming Language :: Python :: 3.13' ,
53
52
'Programming Language :: Python :: Implementation :: CPython' ,
54
53
],
55
- python_requires = '>=3.8 ' ,
54
+ python_requires = '>=3.9 ' ,
56
55
install_requires = [
57
56
'setuptools' ,
58
57
'AccessControl' ,
You can’t perform that action at this time.
0 commit comments