Skip to content

Version 0.5.0

Latest
Compare
Choose a tag to compare
@florimondmanca florimondmanca released this 11 Dec 19:49
238e2b2

Removed

  • Drop support for Python 3.7, as it has reached EOL. (Pull #44)

Added

  • Add official support for Python 3.12. (Pull #44)
  • Add support for anyio 4. This allows catching exception groups using the native ExceptionGroup. On anyio 3.2+, anyio would throw its own ExceptionGroup type. Compatibility with anyio 3.2+ is retained. (Pull #43)