You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments