Add Python 3.13 to classifiers

This commit is contained in:
Tulir Asokan 2025-01-03 12:32:04 +02:00
parent 01b5f53d90
commit 6c7d0754f8

View file

@ -53,6 +53,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
], ],
entry_points=""" entry_points="""
[console_scripts] [console_scripts]