Skip to content

Commit

Permalink
Drop Python 3.10 / cp310 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Aug 8, 2023
1 parent 5c2f8cd commit cf63701
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
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
5 changes: 0 additions & 5 deletions requirements_cp310.txt

This file was deleted.

0 comments on commit cf63701

Please sign in to comment.