We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8504f7 commit ca046f4Copy full SHA for ca046f4
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
rm gssapi-*.tar.gz
124
125
- name: Build wheel
126
- uses: pypa/cibuildwheel@v2.21.0
+ uses: pypa/cibuildwheel@v2.21.2
127
env:
128
CIBW_ARCHS: all
129
CIBW_TEST_SKIP: '*_arm64'
@@ -238,7 +238,7 @@ jobs:
238
- x86
239
include:
240
- name: win-py-3.13
241
- pyenv: '3.13.0-rc.2'
+ pyenv: '3.13.0-rc.3'
242
- name: win-py-3.12
243
pyenv: '3.12'
244
- name: win-py-3.11
0 commit comments