diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index cc4ec7831..7ea6ec66c 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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 }}