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:
Code of Conduct
Is your feature request related to a problem? Please describe.
python/samplesrequire python 3.12 but the code can actually run with no changes (as far as I tested the demo) at least withpython 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/commonandsamples/python/hosts.Additional context
I don't know what was the rationale for requiring Python 3.12
In case it is useful to discuss:
Code of Conduct