Skip to content

Choose a tag to compare

@arthurdejong arthurdejong released this 30 Dec 15:47
1.4
256ffd8
  • drop support for Python 3.6 and 3.7 (support Python 3.8 - 3.14)
  • include type hints for mypy
  • no longer use defusedxml with lxml because nowadays lxml guards against everything that defusedxml is for
  • PSKC.signature.certificate now has type str instead of bytes but still supports assigning bytes
  • various small fixes and documentation improvements