From b97707da1d178fddfa1b5a05751a46ad45572000 Mon Sep 17 00:00:00 2001 From: michdr <2467184+michdr@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:39:23 +0100 Subject: [PATCH] chore: add python 3.13 to classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6f11525..9b17dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries",