From 6c1f95d5f7ca83e1f55b9957229e2c1b88c5a934 Mon Sep 17 00:00:00 2001 From: LOCHAN PAUDEL <104910006+nahcol10@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:48:53 +0530 Subject: [PATCH] Programming Language :: Python :: 3.13 added to pyproject.toml (#59985) * Programming Language :: Python :: 3.13 added to pyproject.toml * pyproject.toml updated successfully --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1386546996bf2..d6a963e94f5b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,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' ]