From fd27f1abc725c8fe531b3d346e18497068381b8c Mon Sep 17 00:00:00 2001 From: Corey Bonnell Date: Mon, 14 Oct 2024 13:10:08 -0400 Subject: [PATCH] Add support for Python 3.13 (#120) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 85374f1..ce15afe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 [options] zip_safe = True