-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Feat]: Lower required python version by samples/python #406
Copy link
Copy link
Description
Is your feature request related to a problem? Please describe.
python/samples require python 3.12 but the code can actually run with no changes (as far as I tested the demo) at least with python 3.11 (haven't try lower versions) .
Describe the solution you'd like
I would like the required python version to be lowered to (at least) python 3.11.
Describe alternatives you've considered
My code requires python 3.11 so I am currently vendoring what I need from samples/python/common and samples/python/hosts.
Additional context
I don't know what was the rationale for requiring Python 3.12
In case it is useful to discuss:
- I try to follow https://numpy.org/neps/nep-0029-deprecation_policy.html (it would be 3.11+ as of today)
- Google ADK requires 3.9
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels