Skip to content

Commit

Permalink
fix(client): remove py 3.12 classifiers in setup.py
Browse files Browse the repository at this point in the history
Closes: apache#6636
  • Loading branch information
AndreVale69 committed Mar 7, 2025
1 parent 1297713 commit de81879
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/client-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit de81879

Please sign in to comment.