Skip to content

Commit 321c6c8

Browse files
committed
Update Python version support.
1 parent b9f0bd1 commit 321c6c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)