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.
1 parent 7f1e1d9 commit 9c11b8fCopy full SHA for 9c11b8f
pyproject.toml
@@ -54,12 +54,10 @@ skip = [
54
"*-musllinux_i686",
55
# LXML doesn't publish wheels for these platforms, which makes it
56
# difficult for us to build wheels, so we exclude them.
57
- "cp36-manylinux_aarch64",
58
- "cp37-manylinux_aarch64",
59
- "cp36-musllinux_aarch64",
60
- "cp37-musllinux_aarch64",
61
- "cp36-macosx*",
62
- "cp37-macosx*",
+ "cp36-*",
+ "cp37-*",
+ "cp38-manylinux_aarch64",
+ "cp38-musllinux_aarch64",
63
"cp38-macosx*",
64
]
65
test-command = "pytest -v --color=yes {package}/tests"
0 commit comments