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
Upgrade supported macOS to 14.0+ (instead of 13.0+)
Add support for free-threaded CPython (3.13 and 3.14)
Upgrade Github CI Actions
Run tests on minimum supported platforms + more recent stable ones
Fix various Cython warning and deprecation notices (#239)
libzim 9.4.0 Cache Control API
remove Archive.dirent_lookup_cache_max_size, does not exists anymore in libzim
move Archive.cluster_cache_max_size and Archive.cluster_cache_current_size to methods outside of Archive object: get_cluster_cache_max_size, set_cluster_cache_max_size, get_cluster_cache_current_size (size is now in bytes)