From b28dc8251601d9120032bb465898c170e5857d41 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 30 Oct 2024 09:13:49 +0100 Subject: [PATCH] Update Python version support. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ac7d3b7..1e1c3a5 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ def read(*rnames): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Framework :: Buildout",