From e6997a9780af71e2f3809287d1ab88c08e3a3e43 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Tue, 2 Sep 2025 12:34:56 -0700 Subject: [PATCH] Declare support for Python 3.13 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 10e8be55..57fce61f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 License :: OSI Approved :: MIT License Operating System :: OS Independent