Skip to content

Commit

Permalink
Bump Alpine Linux to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 8, 2024
1 parent ac4721d commit 7bf7658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bf7658

Please sign in to comment.