From 41cb0eb6759a583fe13ab271ada652ba52942f4e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 24 Sep 2024 08:59:58 -0500 Subject: [PATCH] Add Python 3.13 classifier (#8748) (cherry picked from commit 2816002b0b67bd517ec841afa65f70402997507d) --- CHANGES/8748.feature.rst | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) create mode 100644 CHANGES/8748.feature.rst diff --git a/CHANGES/8748.feature.rst b/CHANGES/8748.feature.rst new file mode 100644 index 00000000000..7794d16e4dc --- /dev/null +++ b/CHANGES/8748.feature.rst @@ -0,0 +1 @@ +Declared Python 3.13 supported -- by :user:`bdraco`. diff --git a/setup.cfg b/setup.cfg index a3edc74fc8c..d998e736b45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: Internet :: WWW/HTTP