Skip to content

Enhancement/drop py27

Daniel Scheffler requested to merge enhancement/drop_py27 into master
  • Dropped Python 2.7 support due to its end of life status.
  • Replaced existing type hints with PEP 484 type hints.
  • Revised docstrings.
  • Fixed a lot of Sphinx warnings during 'make docs'.

Merge request reports