From 2c4452453a2a5d1160bbaa0f2514b32e49f06548 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 4 Jun 2025 07:19:40 +0200 Subject: [PATCH] chore: update pyproject for python 3.13 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e0c875f77..7593262d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: MacOS", "Operating System :: Unix", "Topic :: Office/Business :: Financial :: Investment",