File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,12 @@ jobs:
5353 build : " cp310-*"
5454 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2010
5555
56- # the manylinux2014 image also contains python 3.11 and 3.12
56+ # the manylinux2014 image also contains python 3.11, 3.12,
57+ # and 3.13
5758 - os : ubuntu-latest
5859 arch : auto64
5960 type : manylinux2014
60- build : " cp311-* cp312-* cp313 -*"
61+ build : " cp{311, cp312,313} -*"
6162 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
6263
6364 - os : macos-latest
7273 - uses : actions/checkout@v4
7374
7475 - name : Build wheels and run tests
75- uses : pypa/cibuildwheel@v2.16.5
76+ uses : pypa/cibuildwheel@v2.21.3
7677 env :
7778 CIBW_BUILD : ${{ matrix.build }}
7879 CIBW_MANYLINUX_X86_64_IMAGE : ${{ matrix.CIBW_MANYLINUX_X86_64_IMAGE }}
You can’t perform that action at this time.
0 commit comments