We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fec2b08 + 3375436 commit 086d82fCopy full SHA for 086d82f
1 file changed
.github/workflows/publishing.yml
@@ -61,7 +61,7 @@ jobs:
61
matrix:
62
os: [ubuntu-22.04, windows-2019, macos-11]
63
env:
64
- CIBW_SKIP: cp27-win*
+ CIBW_SKIP: cp27-* cp313-*
65
steps:
66
- uses: actions/checkout@v3
67
- name: Build wheels
@@ -74,6 +74,8 @@ jobs:
74
name: Build wheels (ubuntu-22.04-aarch64)
75
needs: [tests, linters]
76
runs-on: ubuntu-22.04
77
+ env:
78
79
80
81
- name: Set up QEMU
0 commit comments