8000 Release v1.2.0a6 · aio-libs/frozenlist · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.2.0a6

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 15:21
· 517 commits to master since this release

Features

  • FrozenList now supports being used as a generic type as per PEP 585, e.g. frozen_int_list: FrozenList[int] (requires Python 3.9 or newer).
    (#172)_
  • Added support for Python 3.10.
    (#227)_
  • Started shipping platform-specific wheels with the musl tag targeting typical Alpine Linux runtimes.
    (#227)_
  • Started shipping platform-specific arm64 wheels for Apple Silicon.
    (#227)_

0