Skip to content

Commit 65750ca

Browse files
Modifying actions for linux x86-64 to ignore versions no longer supported
1 parent 5e4b587 commit 65750ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build wheels with cibuildwheel
9191
env:
9292
CIBW_PLATFORM: "linux"
93-
CIBW_SKIP: "cp36-* cp37-* cp38-*"
93+
CIBW_SKIP: "cp36-* cp37-* cp38-* pp37-* pp38-*"
9494
CIBW_ARCHS_LINUX: "x86_64"
9595
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux_2_28_x86_64"
9696
CIBW_BUILD_VERBOSITY: 3 # Enable detailed logging

0 commit comments

Comments
 (0)