Require at least Python 3.9
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.