Closed jake-levy closed 1 year ago
CC @Giulero
Hi @jake-levy! Thanks for opening the issue.
We might change the Python version to 3.7
, but in the future, we could be forced to change to an higher version since python 3.7
is reaching its end of life (https://www.python.org/downloads/release/python-370/)!
Ah ok; thanks!
@jake-levy python version changed! https://github.com/ami-iit/ADAM/pull/47
Thank you!!
Hello -
Here, you are requiring Python 3.8 or later. https://github.com/ami-iit/ADAM/blob/bffcc3cf1af34a0d28238da9105044f40124d44d/setup.cfg#L28
I was wondering if you would consider changing to
>=3.7
instead. I want to use your package with NVIDIA Isaac Sim, which uses Python 3.7.13.