Skip to content

3.8.0

Latest

Choose a tag to compare

@benoit74 benoit74 released this 14 Nov 06:14
· 1 commit to main since this release
5e7c58a
  • Maintenance upgrades (#237):
    • Drop support of Python 3.9
    • Add support for Python 3.14
    • Upgrade dependencies, especially Cython 3.1.6
    • 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)
    • deprecate usage of get_illustration_sizes()