File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ def read(*rnames):
4646 'License :: OSI Approved :: Zope Public License' ,
4747 'Programming Language :: Python' ,
4848 'Programming Language :: Python :: 3' ,
49- 'Programming Language :: Python :: 3.9' ,
5049 'Programming Language :: Python :: 3.10' ,
5150 'Programming Language :: Python :: 3.11' ,
5251 'Programming Language :: Python :: 3.12' ,
5352 'Programming Language :: Python :: 3.13' ,
53+ 'Programming Language :: Python :: 3.14' ,
5454 'Programming Language :: Python :: Implementation :: CPython' ,
5555 'Programming Language :: Python :: Implementation :: PyPy' ,
5656 'Natural Language :: English' ,
@@ -60,7 +60,7 @@ def read(*rnames):
6060 ],
6161 url = 'https://github.com/zopefoundation/zope.principalregistry' ,
6262 license = 'ZPL-2.1' ,
63- python_requires = '>=3.9 ' ,
63+ python_requires = '>=3.10 ' ,
6464 install_requires = [
6565 'setuptools' ,
6666 'zope.authentication' ,
You can’t perform that action at this time.
0 commit comments