Skip to content

Commit

Permalink
Remove alpine 3.9 wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrusha committed Nov 2, 2022
1 parent 5e24ce5 commit eee90dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ jobs:
matrix:
platform: [
{ target: "alpine:3.13", py: "3.8" },
{ target: "alpine:3.15", py: "3.9" },
{ target: "alpine:3.16", py: "3.10" },
]
steps:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The wheels are built against following `numpy` and `pandas` distributions:
Refer to the [build workflow](./.github/workflows/ci.yml) for details.

| Py | win x86 | win x64 | macOS x86_64 | macOS AArch64 | linux x86_64 | linux i686 | linux AArch64 | linux ARMv7 | musl linux x86_64 |
|------|---------|---------|--------------|---------------|--------------|------------|---------------|-------------|-------------------|
| 3.8 |||||||| 🚫 | 🚫 |
| 3.9 ||||||||| |
| 3.10 | 🚫 |||||| 🚫 | 🚫 | |
|------|---------|---------|--------------|---------------|--------------|------------|---------------|-------------|------------------|
| 3.8 |||||||| 🚫 | |
| 3.9 ||||||||| 🚫 |
| 3.10 | 🚫 |||||| 🚫 | 🚫 ||

## Usage

Expand Down

0 comments on commit eee90dc

Please sign in to comment.