v1.2.0a8
github-actions
released this
15 Oct 17:15
·
460 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)_