From 61179bb516522f53e85ba91523192ee10dbc9018 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 11 Oct 2024 11:36:48 +0200 Subject: [PATCH] add support for Python 3.13 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b48c3f7..50434a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] [project.optional-dependencies]