From 4a2d4fc738e8f6704ca199e747731d996ec3fe5f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 8 Aug 2023 11:53:37 +0200 Subject: [PATCH 1/2] Drop Python 3.10 / cp310 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 5 +---- README.md | 13 ------------- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91ea32b6..1b63e512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - abi: ["cp310", "cp311"] + abi: ["cp311"] tag: ["musllinux_1_2"] arch: ["aarch64", "armhf", "armv7", "amd64", "i386"] diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 992bdae4..81c41e5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,13 +14,10 @@ jobs: strategy: fail-fast: False matrix: - abi: ["cp310", "cp311"] + abi: ["cp311"] tag: ["musllinux_1_2"] arch: ["aarch64", "armhf", "armv7", "amd64", "i386"] include: - - abi: cp310 - tag: musllinux_1_2 - base: 3.10-alpine3.16 - abi: cp311 tag: musllinux_1_2 base: 3.11-alpine3.17 diff --git a/README.md b/README.md index 50a411ac..a8b41813 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,6 @@ Compile utilities: - automake - cargo -### Python 3.10 / musllinux_1_2 - -Build with Alpine 3.16 -Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp310:VERSION - -Version of system builds: - -- GCC 11.2.1 -- Cython 0.29.34 -- numpy 1.22.4 -- scikit-build 0.17.1 -- cffi 1.15.1 - ### Python 3.11 / musllinux_1_2 Build with Alpine 3.17 From fa8a21e242be2261afbd998f0ef8c2ab4fceceb6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 8 Aug 2023 11:56:25 +0200 Subject: [PATCH 2/2] Clean up old requirements file as well --- requirements_cp310.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 requirements_cp310.txt diff --git a/requirements_cp310.txt b/requirements_cp310.txt deleted file mode 100644 index b50a105a..00000000 --- a/requirements_cp310.txt +++ /dev/null @@ -1,5 +0,0 @@ -Cython==3.0.0 -numpy==1.22.4 -scikit-build==0.17.6 -cffi==1.15.1 -cmake==3.22.2