Skip to content

Commit d203d8b

Browse files
authored
Merge pull request Unidata#1377 from ocefpaf/py313_win
Add py313 to the Windows wheel builds
2 parents 7ee6af5 + 6d89426 commit d203d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Build wheels for Windows (${{ matrix.arch }})
148148
run: cibuildwheel --output-dir wheelhouse
149149
env:
150-
CIBW_BUILD: "cp39-${{ matrix.arch }} cp310-${{ matrix.arch }} cp311-${{ matrix.arch }} cp312-${{ matrix.arch }}"
150+
CIBW_BUILD: "cp39-${{ matrix.arch }} cp310-${{ matrix.arch }} cp311-${{ matrix.arch }} cp312-${{ matrix.arch }} cp313-${{ matrix.arch }}"
151151
CIBW_ENVIRONMENT_WINDOWS: >
152152
HDF5_DIR="C:\\Users\\runneradmin\\micromamba\\envs\\build\\Library"
153153
netCDF4_DIR="C:\\Users\\runneradmin\\micromamba\\envs\\build\\Library"

0 commit comments

Comments
 (0)