From 783659ff5f4484b776de6ef0d3244c62ba7c4cdd Mon Sep 17 00:00:00 2001 From: aitbc1 Date: Sat, 28 Mar 2026 09:14:09 +0100 Subject: [PATCH] fix: correct invalid Python classifier in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0a2d4ef..2cdf5bd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.13.5", + "Programming Language :: Python :: 3.13", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Distributed Computing",