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 52
52
- {minor: 10, req_build: 'requirements-build-3_11.txt', req_test: 'requirements-dev-3_11.txt'}
53
53
- {minor: 11, req_build: 'requirements-build-3_11.txt', req_test: 'requirements-dev-3_11.txt'}
54
54
- {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'}
55
56
56
57
runs-on : ${{ matrix.os }}
57
58
steps :
62
63
- run : echo '::add-matcher::.github/problem-matchers/msvc.json'
63
64
if : startsWith(matrix.os, 'windows-')
64
65
65
- - uses : pypa/cibuildwheel@v2.18.0
66
+ - uses : pypa/cibuildwheel@v2.21.3
66
67
if : matrix.os != 'macos-13-xlarge'
67
68
with :
68
69
output-dir : dist
76
77
77
78
- run : pip install pipx
78
79
if : matrix.os == 'macos-13-xlarge'
79
- - uses : pypa/cibuildwheel@v2.18.0
80
+ - uses : pypa/cibuildwheel@v2.21.3
80
81
if : matrix.os == 'macos-13-xlarge'
81
82
with :
82
83
output-dir : dist
You can’t perform that action at this time.
0 commit comments