Skip to content

Commit 7f280ea

Browse files
committed
chore: Remove wheel exclusions for py38
1 parent cfcc6de commit 7f280ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ test = [
6262
]
6363

6464
[tool.cibuildwheel]
65-
# Disable PyPy, and no NumPy wheels for 3.8 Linux aarch64 or musl
66-
skip = "pp* cp38-*_aarch64 cp38-musllinux_*"
65+
# Disable PyPy
66+
skip = "pp*"
6767

6868
# 64-bit builds only; 32-bit builds seem pretty niche these days, so
6969
# don't bother unless someone asks

0 commit comments

Comments
 (0)