Add support for Python 3.12-3.15 in setup.py classifiers

This commit is contained in:
Ram Rachum 2026-03-07 13:21:41 +02:00
parent 0561a89c0e
commit 90b2e96ef0

View file

@ -39,6 +39,10 @@ setuptools.setup(
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
'Programming Language :: Python :: 3.15',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'License :: OSI Approved :: MIT License',