Skip to content

Commit 71c53ba

Browse files
committed
Delete unnecessary code b/c we dropped Python 3.8
1 parent 3653f5b commit 71c53ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ jobs:
9292
# Note: keep as old as possible as due to libomp this will be the oldest supported macOS version.
9393
- os: macos-14
9494
cibw_archs: "arm64"
95-
# Silence warning for only Python 3.8, as per https://github.com/pypa/cibuildwheel/pull/1169
96-
cibw_test_skip: "cp38-macosx_*:arm64"
9795

9896
steps:
9997
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)