Skip to content

Commit f4e41d4

Browse files
authored
Merge pull request #1435 from neutrinoceros/whl/cp314-win
WHL: add cp314 wheels for Windows
2 parents a9d4e92 + e888d51 commit f4e41d4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: ${{ github.event_name }} == "pull_request"
9090

9191
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
92-
uses: pypa/cibuildwheel@v3.2.0
92+
uses: pypa/cibuildwheel@v3.2.1
9393
env:
9494
CIBW_ARCHS: ${{ matrix.arch }}
9595

@@ -126,11 +126,9 @@ jobs:
126126
python=${{ matrix.python-version }} libnetcdf=4.9.2 --channel conda-forge
127127
128128
- name: Build wheels for Windows (${{ matrix.arch }})
129-
uses: pypa/cibuildwheel@v3.2.0
129+
uses: pypa/cibuildwheel@v3.2.1
130130
env:
131131
CIBW_ARCHS: ${{ matrix.arch }}
132-
# cannot build cftime for this target (missing a wheel at the time of writing)
133-
CIBW_SKIP: "cp314*"
134132

135133
- uses: actions/upload-artifact@v4
136134
with:

0 commit comments

Comments
 (0)