Skip to content

Commit fe25ce4

Browse files
committed
Update Python version support.
1 parent a44635c commit fe25ce4

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
@@ -34,11 +34,11 @@ def read(path):
3434
'Operating System :: OS Independent',
3535
'Programming Language :: Python',
3636
'Programming Language :: Python :: 3',
37-
'Programming Language :: Python :: 3.9',
3837
'Programming Language :: Python :: 3.10',
3938
'Programming Language :: Python :: 3.11',
4039
'Programming Language :: Python :: 3.12',
4140
'Programming Language :: Python :: 3.13',
41+
'Programming Language :: Python :: 3.14',
4242
'Programming Language :: Python :: Implementation :: CPython',
4343
'Programming Language :: Python :: Implementation :: PyPy',
4444
],
@@ -62,5 +62,5 @@ def read(path):
6262
},
6363
include_package_data=True,
6464
zip_safe=False,
65-
python_requires='>=3.9',
65+
python_requires='>=3.10',
6666
)

0 commit comments

Comments
 (0)