From 35780a2a7dd401480d1304ceef04f567a24a59ec Mon Sep 17 00:00:00 2001 From: Gavin Macaulay Date: Sun, 13 Oct 2024 16:14:43 +1300 Subject: [PATCH] Python 3.13 is now formally supported --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index aaf9ab1..b3f4af4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,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', ] dynamic = [ 'version']