v5.2.0a25
·
658 commits
to master
since this release
Features
-
- Added support Python 3.10
- Started shipping platform-specific wheels with the
musltag targeting typical Alpine Linux runtimes. - Started shipping platform-specific arm64 wheels for Apple Silicon. ((#629)_)
Bugfixes
- Fixed pure-python implementation that used to raise "Dictionary changed during iteration" error when iterated view (
.keys(),.values()or.items()) was created before the dictionary's content change. ((#620)_)