Currently toto-2 requires Python>=3.12
|
requires-python = ">=3.12" |
Is there a specific reason for this constraint? Would it be possible to decrease the lower bound to ">=3.10"?
Python 3.10 and 3.11 have not entered EOL yet (https://devguide.python.org/versions/), so it would be great if users could run Toto-2 on the older versions too.
Currently
toto-2requires Python>=3.12toto/toto2/pyproject.toml
Line 10 in 44ea4e8
Is there a specific reason for this constraint? Would it be possible to decrease the lower bound to
">=3.10"?Python 3.10 and 3.11 have not entered EOL yet (https://devguide.python.org/versions/), so it would be great if users could run Toto-2 on the older versions too.