We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
s390x
ppc64le
1 parent 096f6ba commit 6221babCopy full SHA for 6221bab
.github/workflows/pypi.yaml
@@ -35,10 +35,9 @@ jobs:
35
target: aarch64
36
- runner: ubuntu-latest
37
target: armv7
38
- - runner: ubuntu-latest
39
- target: s390x
40
41
- target: ppc64le
+ # BEGIN EDITED SECTION #
+ # The `s390x` and `ppc64le` architectures have been removed as they are not supported.
+ # END EDITED SECTION #
42
steps:
43
- uses: actions/checkout@v4
44
- uses: actions/setup-python@v5
0 commit comments