Skip to content

Commit 69709c6

Browse files
chore: simplify Python version classifiers
Remove specific version classifiers (3.11, 3.12, 3.13) to match the pattern used in other example clients. Keep only 3.10 classifier to indicate minimum version, while requires-python >=3.10 still allows all versions 3.10+.
1 parent 28719f0 commit 69709c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/clients/simple-sampling-client/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ classifiers = [
2929
"Programming Language :: Python :: 3",
3030
"Programming Language :: Python :: 3 :: Only",
3131
"Programming Language :: Python :: 3.10",
32-
"Programming Language :: Python :: 3.11",
33-
"Programming Language :: Python :: 3.12",
34-
"Programming Language :: Python :: 3.13",
3532
"Topic :: Software Development",
3633
"Topic :: Utilities",
3734
"Typing :: Typed",

0 commit comments

Comments
 (0)