Skip to content

Commit cfb1528

Browse files
committed
Dropping unused versions
1 parent 039f4d4 commit cfb1528

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
| jq -nRc '{"only": inputs, "os": "ubuntu-22.04"}' \
4949
| sed -e '/aarch64/s|ubuntu-22.04|ubuntu-22.04-arm|' \
5050
&& cibuildwheel --print-build-identifiers --platform macos \
51-
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
52-
&& cibuildwheel --print-build-identifiers --platform windows \
53-
| jq -nRc '{"only": inputs, "os": "windows-2022"}'
51+
| jq -nRc '{"only": inputs, "os": "macos-latest"}'
5452
} | jq -sc
5553
)
5654
echo "include=$MATRIX"

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ skip = [
1414
"cp37-*",
1515
"pp37-*",
1616
"pp38-*",
17+
"cp38-*",
18+
"cp39-*",
19+
"cp310-*",
20+
"cp311-*",
21+
"pp39-*",
22+
"pp310-*",
1723
"pp*-manylinux_i686",
1824
"*-musllinux_i686",
1925
# Py3.8 wheel for macos is not universal: https://bugs.launchpad.net/lxml/+bug/2055404
@@ -36,7 +42,7 @@ skip = [
3642

3743
[tool.cibuildwheel.linux]
3844
#archs = ["x86_64", "aarch64", "i686", "ppc64le", "s390x", "armv7l"]
39-
archs = ["x86_64", "aarch64", "armv7l"]
45+
archs = ["x86_64", "aarch64"]
4046
repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"
4147

4248
[tool.cibuildwheel.linux.environment]

0 commit comments

Comments
 (0)