From 877cc4ffb639acb4f7116c73be089ec7e937962c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20T=C3=A9tard?= Date: Wed, 30 Oct 2024 16:56:21 +0100 Subject: [PATCH] chore: Update Python compatibility in `setup.py` --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index dc8e5e6..ec5dd52 100644 --- a/setup.py +++ b/setup.py @@ -31,5 +31,6 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ], )