Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 16:19
· 715 commits to refs/heads/main since this release
803d494

What's changed

From this release we will focus on Python 3.11, but olders versions up to Python 3.8 are still supported. All enums are moved to the native StrEnum in 3.11, which can have influence in how your enums behave. We didn't list this as a breaking change, since it now has the same behaviour as in older Python versions.

🚀 Features

  • Move to StrEnum with backport for older Python versions (#923) @iMicknl
  • Add Python 3.11 support to CI/CD and update all dependencies (#921) @iMicknl

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @iMicknl