> [!TIP]
> **NEW:** This release introduces support for the Windows arm64/aarch64 and Windows i686 (32-bit) platform-architecture combo(s), with binaries being compiled with the [Zig toolchain](https://ziglang.org/). N.B., these have been available when building from source already since many months now, this release just brings them to PyPI. Owing to the experimental nature of the toolchain, these are not tested in a robust manner in CI and are considered to be in a lower tier for support in comparison to other conventionally available platforms – since these are extra architectures that are not yet supported by the official Hugo project (for the extended edition), and they are not compiled with the same (Go) toolchain.
This release mirrors the [official v0.134.0 release for Hugo](https://github.com/gohugoio/hugo/releases/tag/v0.134.0). For the changes incorporated into Hugo with this release, please refer to the [release notes](https://github.com/gohugoio/hugo/releases/tag/v0.134.0) for Hugo v0.134.0.
The release can be installed and used with the
bash
pip install hugo
command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64, arm64, i686).
PRs that made it into this release
* Publish more wheels (Windows arm64, i686) by agriyakhetarpal in https://github.com/agriyakhetarpal/hugo-python-distributions/pull/147
**Full range of commits**: https://github.com/agriyakhetarpal/hugo-python-distributions/compare/v0.133.1...v0.134.0