From b07fcd9b7f78dd8b5455e89a2fdf1e56d7800437 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Tue, 9 Jul 2024 13:04:29 +0200 Subject: [PATCH] Change python versions in the setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3af25d7..076774d 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ ], }, classifiers=[ - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: Apache Software License", "Operating System :: Unix", "Development Status :: 4 - Beta",