Skip to content

2.7.2

Latest
Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 15 Dec 14:55
fbcc802

[2.7.2] - 2024-12-15

Added

  • Prebuilt binaries for Python 3.13.

Changed

  • Python 3.9 or later is now required.
    • Bump from Python 3.8 to 3.9.
    • Older versions can't be checked on CI anymore, so I prefer to not claim to
      support something that may have broken without anybody noticing.
    • Nothing really changed. Just the CI tools I was using are refusing to use
      any Python version older than this. Sorry if you were affected by this.
  • Use newer pyo3 version.
    • From 0.20 to 0.23.
    • Updated to avoid warnings with newer Rust versions.
    • Fix issues introduced by updating pyo3.