Skip to content

Commit de81879

Browse files
committed
fix(client): remove py 3.12 classifiers in setup.py
Closes: #6636
1 parent 1297713 commit de81879

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/client-python/setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"Programming Language :: Python :: 3.9",
5454
"Programming Language :: Python :: 3.10",
5555
"Programming Language :: Python :: 3.11",
56-
"Programming Language :: Python :: 3.12",
5756
],
5857
install_requires=open("requirements.txt").read(),
5958
extras_require={

0 commit comments

Comments
 (0)