From 142bb2b93715ade0aab5c40b496712d8ce55b054 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 14 Mar 2024 21:15:20 -0700 Subject: [PATCH] Programming Language :: Python :: 3.13 Tested in Python 3.13 as of #619 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5e512ae..0670699 100644 --- a/setup.py +++ b/setup.py @@ -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,