File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 output-dir : dist
5252 env :
5353 CIBW_ARCHS : ${{ matrix.arch }}
54+ CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
5455 CIBW_BEFORE_ALL_LINUX : |
5556 if [[ ! -z "$(which yum)" ]]; then
5657 yum install -y make gcc perl-core pcre-devel wget zlib-devel git automake
6667 CIBW_BEFORE_ALL_WINDOWS : ${{ matrix.before }}
6768 CIBW_BUILD_FRONTEND : build
6869 CIBW_ENVIRONMENT : ${{ matrix.env }}
69- CIBW_SKIP : cp36-*
7070 CIBW_TEST_SKIP : " *-macosx_universal2:arm64"
7171 CIBW_TEST_COMMAND : python {package}/tests.py
7272
Original file line number Diff line number Diff line change 5353 output-dir : dist
5454 env :
5555 CIBW_ARCHS : ${{ matrix.arch }}
56+ CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
5657 CIBW_BEFORE_ALL_LINUX : |
5758 if [[ ! -z "$(which yum)" ]]; then
5859 yum install -y make gcc perl-core pcre-devel wget zlib-devel git automake
6869 CIBW_BEFORE_ALL_WINDOWS : ${{ matrix.before }}
6970 CIBW_BUILD_FRONTEND : build
7071 CIBW_ENVIRONMENT : ${{ matrix.env }}
71- CIBW_SKIP : cp36-*
7272 CIBW_TEST_SKIP : " *-macosx_universal2:arm64"
7373 CIBW_TEST_COMMAND : python {package}/tests.py
7474
You can’t perform that action at this time.
0 commit comments