What's Changed
- Support for Python 3.12 and 3.13
- Generating wheels for the following operating systems now:
- Windows x86 (64-bit)
- Windows on arm
- Mac OS universal2
- Manylinux2014 and Manylinux_2_28 builds for:
- x86_64
- aarch64
- s390x
- ppc64le
- Manylinux2014 i686
- Musllinux_1_2 builds for:
- x86_64
- i686
- aarch64
- armv7l
- s390x
- ppc64le
- Updated GitHub Actions for Python 3.13, added new deploy Action and fixed mac universal2 build by @Zuzu-Typ in #7
- Updated status badges and install command by @Zuzu-Typ in #9
- Bump version (1.0.8) and add homepage url by @Zuzu-Typ in #8
Full Changelog: v1.0.7...v1.0.8-rc1