Programming Language :: Python :: 3.13

Tested in Python 3.13 as of #619
This commit is contained in:
Simon Willison 2024-03-14 21:15:20 -07:00
commit 142bb2b937

View file

@ -77,6 +77,7 @@ setup(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
# Needed to bundle py.typed so mypy can see it:
zip_safe=False,