We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40c7f5 commit c39a4e8Copy full SHA for c39a4e8
pyproject.toml
@@ -8,16 +8,8 @@ environment-pass = ["LUPA_LIMITED_API"]
8
skip = [
9
"pp*-manylinux_aarch64",
10
"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",
+ # Minimum Python version (for wheels) is 3.9.
+ "cp38*",
21
# FT on i686 crashes for some reason
22
"cp31?t-*_i686",
23
]
0 commit comments