From 772528e1b77da61c0664e7495e67141f3c4714f0 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 23 May 2024 17:00:22 -0400 Subject: [PATCH] Add 3.13 to trove classifiers (#72) Since 3.13 is part of the CI, it's fair to call it supported. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 76733587..48648595 100644 --- a/setup.py +++ b/setup.py @@ -239,6 +239,7 @@ def has_ext_modules(self): 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'License :: OSI Approved :: MIT License',