Skip to content

Commit 065c9af

Browse files
committed
Update Python version support.
1 parent eaafffa commit 065c9af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def read(*rnames):
4444

4545
setup(name='zope.app.form',
4646
version='6.2.dev0',
47-
author='Zope Corporation and Contributors',
47+
author='Zope Foundation and Contributors',
4848
author_email='[email protected]',
4949
description='The Original Zope 3 Form Framework',
5050
long_description=(
@@ -62,7 +62,6 @@ def read(*rnames):
6262
'License :: OSI Approved :: Zope Public License',
6363
'Programming Language :: Python',
6464
'Programming Language :: Python :: 3',
65-
'Programming Language :: Python :: 3.8',
6665
'Programming Language :: Python :: 3.9',
6766
'Programming Language :: Python :: 3.10',
6867
'Programming Language :: Python :: 3.11',
@@ -76,11 +75,11 @@ def read(*rnames):
7675
'Framework :: Zope :: 3',
7776
],
7877
url='https://github.com/zopefoundation/zope.app.form',
79-
license='ZPL 2.1',
78+
license='ZPL-2.1',
8079
packages=find_packages('src'),
8180
package_dir={'': 'src'},
8281
namespace_packages=['zope', 'zope.app'],
83-
python_requires='>=3.8',
82+
python_requires='>=3.9',
8483
extras_require={
8584
'test': tests_require
8685
},

0 commit comments

Comments
 (0)