v1.2.0
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)_