You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binary wheels are now built against the Python Limited API - wheels built for Python 3.11 should now be forward compatible with Python >= 3.11 (#144).
Fixed a bug which could occur when CRC validation is disabled, on GZIP streams where the stream footer (containing the CRC and size) contained bytes that matched the GZIP magic bytes 0x1f8b (#169).