From b748768845af517185c25615a4cf61145b89e014 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] Backport PR #59985: Programming Language :: Python :: 3.13 added to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ac91f0dcc7269..6cf6caec79c27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,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' ]