Skip to content

Release 4.0.0

Choose a tag to compare

@metaodi metaodi released this 15 Jul 21:39
fb50d9f

Added

  • Add Python 3.11 to build
  • Add pre-commit configuration for flake8 and black

Changed

  • Upgrade the code with pyupgrade (see PR #146, thanks Miroslav Šedivý)
    Miroslav Šedivý
  • Replace format with f-strings to resolve issue (see PR #147, thanks Miroslav Šedivý)
  • Use the black code style for this code base

Removed

  • BC-Break: Remove support for Python 3.7, new minimum version for osmapi is Python 3.8