Build Python wheels for Python 3.13 (#5667)

This commit is contained in:
Stefan Agner
2025-02-25 08:48:07 +01:00
committed by GitHub
parent ce8b107f1e
commit 802ee25a8b

View File

@@ -108,7 +108,7 @@ jobs:
if: needs.init.outputs.requirements == 'true'
uses: home-assistant/wheels@2024.11.0
with:
abi: cp312
abi: cp313
tag: musllinux_1_2
arch: ${{ matrix.arch }}
wheels-key: ${{ secrets.WHEELS_KEY }}