From b957c431e13584ff82681f69135eb61b892db880 Mon Sep 17 00:00:00 2001 From: lochanpaudel Date: Mon, 7 Oct 2024 01:07:15 +0530 Subject: [PATCH 1/2] 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 d0fcdc4b21b33..8005dd179823a 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' ] From 86b1c06c1907f16861f45244e41bb0d2429507a3 Mon Sep 17 00:00:00 2001 From: lochanpaudel Date: Mon, 7 Oct 2024 01:11:39 +0530 Subject: [PATCH 2/2] pyproject.toml updated successfully --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8005dd179823a..2a76f6f6c0479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,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 :: 3.13', 'Topic :: Scientific/Engineering' ]