Skip to content

Commit 6750c97

Browse files
committed
Try and narrow down version that fails
1 parent 8f52411 commit 6750c97

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -70,32 +70,8 @@ jobs:
7070
# - os: macOS-15
7171
# version: cp39-macosx_arm64
7272

73-
- os: windows-2022
74-
version: cp314-win_amd64
75-
prerelease: true
76-
- os: windows-2022
77-
version: cp314-win32
78-
prerelease: true
79-
- os: windows-2022
80-
version: cp313-win_amd64
81-
- os: windows-2022
82-
version: cp313-win32
83-
- os: windows-2022
84-
version: cp312-win_amd64
85-
- os: windows-2022
86-
version: cp312-win32
8773
- os: windows-2022
8874
version: cp311-win_amd64
89-
- os: windows-2022
90-
version: cp311-win32
91-
- os: windows-2022
92-
version: cp310-win_amd64
93-
- os: windows-2022
94-
version: cp310-win32
95-
- os: windows-2022
96-
version: cp39-win_amd64
97-
- os: windows-2022
98-
version: cp39-win32
9975

10076
steps:
10177
- name: Set up environment
@@ -134,7 +110,7 @@ jobs:
134110
rm gssapi-*.tar.gz
135111
136112
- name: Build wheel
137-
uses: pypa/cibuildwheel@v3.3.1
113+
uses: pypa/cibuildwheel@v3.1.8
138114
env:
139115
CIBW_BUILD: ${{ matrix.version }}
140116
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)