Skip to content

Commit 179a365

Browse files
authored
Remove obsolete build targets cp36* pp*
1 parent 07ad263 commit 179a365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build wheels
1717
uses: pypa/cibuildwheel@v3.0.1
1818
env:
19-
CIBW_SKIP: "cp36* pp* *musllinux*"
19+
CIBW_SKIP: "*musllinux*"
2020
CIBW_TEST_REQUIRES: pytest
2121
CIBW_TEST_COMMAND: "pytest {project}/tests"
2222
CIBW_ARCHS: auto64

0 commit comments

Comments
 (0)