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
- Provide x86 Windows wheels. #169
- Add support for hashing of a frozen list. #136
- Support Python 3.8 and 3.9.
- Provide wheels for
aarch64
,i686
,ppc64le
,s390x
architectures on Linux as well asx86_64
.
- Dropped support for Python 3.5; only 3.6, 3.7 and 3.8 are supported going forward. #24