Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@q-posev q-posev released this 11 Sep 07:40
· 2 commits to master since this release

What's Changed

We now have a working pipeline for building CPython binary wheels for osx-arm64, which means that MacOS users with M chips can seemlessly install the trexio Python package via pip install trexio. We have also retired support for Python versions that reached EOL (3.6, 3.7) and added support for the new ones (3.11, 3.12, 3.13). Thus we now produce:

  • 6 * 2 wheels for x86 linux (Python 3.8-3.13 ; 2 GLIBC tags)
  • 5 wheels for x86 macos (Python 3.8-3.12)
  • 4 wheels for arm64 macos (Python 3.9-3.12)

New Contributors

Full Changelog: v2.4.2...v2.5.0