Skip to content

Commit 4ad501c

Browse files
authored
Merge pull request #21 from deeptools/fixpypi
Update pipelines
2 parents 579d3f2 + 3f6dc5a commit 4ad501c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packages = ["py2bitTest"]
4141

4242
# Target only minimum CPython version 3.9 on linux for wheel build
4343
[tool.cibuildwheel]
44-
skip = "pp* cp38-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux_x86_64 *-musllinux_i686"
44+
skip = "pp* cp36-* cp37-* cp38-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux_x86_64 *-musllinux_i686"
4545

4646
[tool.cibuildwheel.linux]
4747
manylinux-x86_64-image = "manylinux2014"

0 commit comments

Comments
 (0)