Skip to content

Commit 62d09aa

Browse files
committed
updated ci.yml
1 parent 9799ce6 commit 62d09aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- {minor: 10, req_build: 'requirements-build-3_11.txt', req_test: 'requirements-dev-3_11.txt'}
5353
- {minor: 11, req_build: 'requirements-build-3_11.txt', req_test: 'requirements-dev-3_11.txt'}
5454
- {minor: 12, req_build: 'requirements-build-3_12.txt', req_test: 'requirements-dev-3_12.txt'}
55+
- {minor: 13, req_build: 'requirements-build-3_13.txt', req_test: 'requirements-dev-3_13.txt'}
5556

5657
runs-on: ${{ matrix.os }}
5758
steps:
@@ -62,7 +63,7 @@ jobs:
6263
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
6364
if: startsWith(matrix.os, 'windows-')
6465

65-
- uses: pypa/cibuildwheel@v2.18.0
66+
- uses: pypa/cibuildwheel@v2.21.3
6667
if: matrix.os != 'macos-13-xlarge'
6768
with:
6869
output-dir: dist
@@ -76,7 +77,7 @@ jobs:
7677

7778
- run: pip install pipx
7879
if: matrix.os == 'macos-13-xlarge'
79-
- uses: pypa/cibuildwheel@v2.18.0
80+
- uses: pypa/cibuildwheel@v2.21.3
8081
if: matrix.os == 'macos-13-xlarge'
8182
with:
8283
output-dir: dist

0 commit comments

Comments
 (0)