From 4a4b5acdc2967bf0a72d8c3b2c6dfb4b558398c6 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Thu, 25 Apr 2024 13:31:54 +0200 Subject: [PATCH] Declare the support for Python 3.13 in classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 37f6b5c09..7d1e30ba7 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 +Programming Language :: Python :: 3.13 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython Programming Language :: C