Skip to content

Commit 5de8eae

Browse files
committed
updated cibuildwheel
1 parent b235586 commit 5de8eae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
6363
if: startsWith(matrix.os, 'windows-')
6464

65-
- uses: pypa/cibuildwheel@v2.21.3
65+
- uses: pypa/cibuildwheel@v2.23.3
6666
if: matrix.os != 'macos-13-xlarge'
6767
with:
6868
output-dir: dist
@@ -76,7 +76,7 @@ jobs:
7676

7777
- run: pip install pipx
7878
if: matrix.os == 'macos-13-xlarge'
79-
- uses: pypa/cibuildwheel@v2.21.3
79+
- uses: pypa/cibuildwheel@v2.23.3
8080
if: matrix.os == 'macos-13-xlarge'
8181
with:
8282
output-dir: dist

requirements-dev-3_12.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ numpy==1.24.3
22
pytest==7.1.2
33
invoke==2.2.0
44
hypothesis==6.10.1
5-
setuptools==70.*

0 commit comments

Comments
 (0)