v3.4.0: Bunch of dependency updates
[3.4.0] - 29.08.2022
!!! Dropped Python 3.7 support !!!
Changed
- All usages of
distuils.StrictVersionare replaced withpackaging.version.Version, as the former is deprecated. Selftype is used whenever a method returns itself (or a copy). A bunch of other typing issues were fixed while
doing that
Packaging
- Dropped Python 3.7 support
- Now committing lock file
- Switched to
poethepoetfrom doit - Updated readthedocs config to not require a seperate requirements.txt