Skip to content

Commit c39a4e8

Browse files
committed
Build: Stop building wheels for Py3.8 due to very low demand (< 0.1% downloads).
Py3.8 is still CI tested.
1 parent e40c7f5 commit c39a4e8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,8 @@ environment-pass = ["LUPA_LIMITED_API"]
88
skip = [
99
"pp*-manylinux_aarch64",
1010
"pp*-manylinux_i686",
11-
# abit3 targets require at least Py3.9
12-
"cp38-*linux_i686",
13-
"cp38-musllinux*",
14-
#"cp38-win32",
15-
#"cp38-win_arm64",
16-
"cp38-macosx_universal2",
17-
"cp38-macosx_x86_64",
18-
"cp38-*armv7l",
19-
"cp38-*ppc64le",
20-
"cp38-*riscv64",
11+
# Minimum Python version (for wheels) is 3.9.
12+
"cp38*",
2113
# FT on i686 crashes for some reason
2214
"cp31?t-*_i686",
2315
]

0 commit comments

Comments
 (0)