From ed815fb459e846715682671cf752aff1377e8109 Mon Sep 17 00:00:00 2001 From: "dries.k" Date: Tue, 29 Oct 2024 17:15:07 +0100 Subject: [PATCH] fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f4c4ee..eaa1651 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', - 'Programming Language :: Python :: 3.12' + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13' ] )