From 31c7465656b2ae114bb84e90e1d1e3d1bf4fd0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 06:35:27 +0000 Subject: [PATCH 1/2] Bump home-assistant/wheels from 2023.04.0 to 2023.09.1 Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels) from 2023.04.0 to 2023.09.1. - [Release notes](https://github.com/home-assistant/wheels/releases) - [Commits](https://github.com/home-assistant/wheels/compare/2023.04.0...2023.09.1) --- updated-dependencies: - dependency-name: home-assistant/wheels dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 757ebe1f..f55ed318 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -70,7 +70,7 @@ jobs: touch .env_file - name: Build wheels - uses: home-assistant/wheels@2023.04.0 + uses: home-assistant/wheels@2023.09.1 with: abi: ${{ matrix.abi }} tag: musllinux_1_2 From fd182d898b2fe7bf03f13e7d3c90c8e2954f3da2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 26 Sep 2023 18:23:37 +0200 Subject: [PATCH 2/2] Remove cp310 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f55ed318..d769c717 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: arch: ["aarch64", "armhf", "armv7", "amd64", "i386"] - abi: ["cp310", "cp311"] + abi: ["cp311"] steps: - name: Check out code from GitHub