From 802ee25a8ba4b10c40f16f33c49420bd199812e0 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 25 Feb 2025 08:48:07 +0100 Subject: [PATCH] Build Python wheels for Python 3.13 (#5667) --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}