Skip to content

Releases: GehirnInc/python-jwt

v1.4.0

23 Jun 13:30
v1.4.0
Compare
Choose a tag to compare

Changes

  • Drop support for Python < 3.9
  • Migrate to pyproject.toml and remove tox from test dependencies
  • Move tests from jwt/tests to the project root
  • Format code with black, isort, and pyupgrade
  • Remove unused type: ignore comments and merge mypy config into pyproject.toml

Fixes

  • test: Remove trailing newline from rsa_privkey.der