returnn
returnn copied to clipboard
Drop older Python support
Previous:
- require Python >=3.8: https://github.com/rwth-i6/returnn/issues/1326
- require Python >=3.7: https://github.com/rwth-i6/returnn/issues/487
Bump again? To what?
See also related recent Sisyphus discussion: https://github.com/rwth-i6/sisyphus/issues/195
Also the question came up w.r.t. automatic formatting (e.g. Ruff): I think some of the nicer formattings (e.g. for with) are only possible with more recent Python versions.
See https://github.com/rwth-i6/i6_core/issues/636. I think at least we can require Python >=3.10.
Btw, for the newer Python versions, what are relevant features for RETURNN?