Skip to content

Commit

Permalink
Remove linux ppc64le and s390x wheel builds
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/python_build.yml
	modified:   README.md
  • Loading branch information
vicky5124 committed Apr 30, 2024
1 parent 11129a8 commit daedcca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target: [x86_64, x86, aarch64, armv7]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ Linux | x86 | 3.8-3.12 | ✅
Linux | x86_64 | 3.8-3.12 | ✅
Linux | armv7 | 3.8-3.12 | ✅
Linux | aarch64 | 3.8-3.12 | ✅
Linux | ppc64le | 3.8-3.12 |
Linux | s390x | 3.8-3.12 |
Linux | ppc64le | - |
Linux | s390x | - |

## Building the library

Expand Down

0 comments on commit daedcca

Please sign in to comment.