File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 :
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
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
You can’t perform that action at this time.
0 commit comments