Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Python 3.10 / cp310 #594

Merged
merged 2 commits into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down