From a5374076e54eb4f4026acfdef617d02ea66d5bc5 Mon Sep 17 00:00:00 2001 From: Thibaut Durand Date: Sun, 13 Oct 2024 22:02:09 -0700 Subject: [PATCH] Add partial python 3.13 support --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bc003b4d..0a4bdfcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries", ]