Skip to content

Require at least Python 3.9

Julius Künzel requested to merge work/drop-python-38 into dev

Python 3.8 will be end of life in a few days (scheduled for October 2024), see https://devguide.python.org/versions/

Since Python 3.9 we can use build in types for typing instead of eg. typing.List, typing.Tuple, etc. This is one scenario where the version bump makes our lifes easier.

Merge request reports

Loading