Skip to content

Commit 086d82f

Browse files
committed
Merge branch 'release/4.42.0b1' into master
2 parents fec2b08 + 3375436 commit 086d82f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publishing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
os: [ubuntu-22.04, windows-2019, macos-11]
6363
env:
64-
CIBW_SKIP: cp27-win*
64+
CIBW_SKIP: cp27-* cp313-*
6565
steps:
6666
- uses: actions/checkout@v3
6767
- name: Build wheels
@@ -74,6 +74,8 @@ jobs:
7474
name: Build wheels (ubuntu-22.04-aarch64)
7575
needs: [tests, linters]
7676
runs-on: ubuntu-22.04
77+
env:
78+
CIBW_SKIP: cp27-* cp313-*
7779
steps:
7880
- uses: actions/checkout@v3
7981
- name: Set up QEMU

0 commit comments

Comments
 (0)