WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9a2311f

Browse files
committed
Update Python version support.
1 parent 66911ac commit 9a2311f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ def read(*rnames):
5050
'License :: OSI Approved :: Zope Public License',
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 3',
53-
'Programming Language :: Python :: 3.9',
5453
'Programming Language :: Python :: 3.10',
5554
'Programming Language :: Python :: 3.11',
5655
'Programming Language :: Python :: 3.12',
5756
'Programming Language :: Python :: 3.13',
57+
'Programming Language :: Python :: 3.14',
5858
'Programming Language :: Python :: Implementation',
5959
'Programming Language :: Python :: Implementation :: CPython',
6060
'Programming Language :: Python :: Implementation :: PyPy',
@@ -64,7 +64,7 @@ def read(*rnames):
6464
'': ['*.txt', '*.zcml'],
6565
},
6666
zip_safe=False,
67-
python_requires='>=3.9',
67+
python_requires='>=3.10',
6868
install_requires=[
6969
'BTrees',
7070
'setuptools',

0 commit comments

Comments
 (0)