From de818795b6edd992774ffc802cb2ee873ba9a7f2 Mon Sep 17 00:00:00 2001 From: AndreVale69 Date: Fri, 7 Mar 2025 11:20:03 +0100 Subject: [PATCH] fix(client): remove py 3.12 classifiers in setup.py Closes: #6636 --- clients/client-python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py index 878e74a1d00..ec3ae7d672b 100644 --- a/clients/client-python/setup.py +++ b/clients/client-python/setup.py @@ -53,7 +53,6 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", ], install_requires=open("requirements.txt").read(), extras_require={