From d02e512148851a83be2393852af1bc887aab7d9d Mon Sep 17 00:00:00 2001 From: aitbc Date: Fri, 27 Mar 2026 07:51:39 +0100 Subject: [PATCH] Add Python 3.13 classifier back - we are using Python 3.13.5 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 33530ed9..a10a60ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,6 +137,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Distributed Computing",