From cf38eade9c6df6098bbaea7ce57d252fbea72506 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Fri, 20 Jun 2025 08:41:13 -0700 Subject: [PATCH] add Python 3.13 to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1fa466942e..e7795060a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development", "Topic :: Scientific/Engineering",