Skip to content

Commit 04af05e

Browse files
Adjusted skip selectors.
1 parent 1fdd097 commit 04af05e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=42,<72", "swig==4.3", "wheel", "lief; sys_platform == '
33
build-backend = "setuptools.build_meta"
44

55
[tool.cibuildwheel]
6-
skip = "pp* cp36-* cp37-* cp38-*"
6+
skip = "cp38-*"
77
build-verbosity = "0"
88
test-requires = "pytest numpy"
99

@@ -24,9 +24,6 @@ archs = "x86_64 arm64"
2424
build = "cp39-macosx_*"
2525
before-all = 'echo "Building: $CIBW_BUILD"'
2626
repair-wheel-command = ""
27-
test-skip = [
28-
"tests/pylondataprocessing_tests"
29-
]
3027

3128
[[tool.cibuildwheel.overrides]]
3229
select = "*-macosx_arm64"

0 commit comments

Comments
 (0)