Skip to content

Commit 413c1af

Browse files
committed
Ignore macos platforms that lxml no longer supports
1 parent 08b3e91 commit 413c1af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ skip = [
5858
"cp37-manylinux_aarch64",
5959
"cp36-musllinux_aarch64",
6060
"cp37-musllinux_aarch64",
61+
"cp36-macosx*",
62+
"cp37-macosx*",
63+
"cp38-macosx*",
6164
]
6265
test-command = "pytest -v --color=yes {package}/tests"
6366
before-test = "pip install -r requirements-test.txt"

0 commit comments

Comments
 (0)