diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de5a69e..b4d3c5a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: include: - abi: cp312 tag: musllinux_1_2 - base: 3.12-alpine3.19 + base: 3.12-alpine3.20 steps: - name: Checkout the repository uses: actions/checkout@v4.1.7 diff --git a/README.md b/README.md index 420e202..ce1df58 100644 --- a/README.md +++ b/README.md @@ -16,31 +16,18 @@ Compile utilities: ### Python 3.12 / musllinux_1_2 -Build with Alpine 3.19 +Build with Alpine 3.20 Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp312:VERSION Version of system builds: -- GCC 12.2.1 -- Cython 3.0.7 -- numpy 1.26.0 -- scikit-build 0.17.1 -- cffi 1.16.0 - - -### Python 3.11 / musllinux_1_2 - -Build with Alpine 3.19 -Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp311:VERSION - -Version of system builds: - -- GCC 12.2.1 -- Cython 3.0.7 +- GCC 13.2.1 +- Cython 3.0.10 - numpy 1.26.3 -- scikit-build 0.17.1 +- scikit-build 0.18.0 - cffi 1.16.0 + ## Misc ```sh