Commit 28719f0
committed
fix: relax Python version requirement to support CI matrix
Change requires-python from ">=3.13,<3.14" to ">=3.10" to allow the
example to be tested across the full Python version matrix (3.10-3.13)
used in CI. This matches the requirements of other client examples.
Also update classifiers to reflect support for Python 3.10-3.13.
This fixes CI failures where uv sync with Python 3.10/3.11/3.12 would
fail because the workspace member required exactly Python 3.13.1 parent e54a6d9 commit 28719f0
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments