We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b235586 commit 5de8eaeCopy full SHA for 5de8eae
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
63
if: startsWith(matrix.os, 'windows-')
64
65
- - uses: pypa/cibuildwheel@v2.21.3
+ - uses: pypa/cibuildwheel@v2.23.3
66
if: matrix.os != 'macos-13-xlarge'
67
with:
68
output-dir: dist
@@ -76,7 +76,7 @@ jobs:
76
77
- run: pip install pipx
78
if: matrix.os == 'macos-13-xlarge'
79
80
81
82
requirements-dev-3_12.txt
@@ -2,4 +2,3 @@ numpy==1.24.3
2
pytest==7.1.2
3
invoke==2.2.0
4
hypothesis==6.10.1
5
-setuptools==70.*
0 commit comments