File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ on: [workflow_dispatch]
44
55jobs :
66 build_wheels_linux :
7- name : Build wheels on ubuntu-20 .04
8- runs-on : ubuntu-20 .04
7+ name : Build wheels on ubuntu-22 .04
8+ runs-on : ubuntu-22 .04
99 env :
10- CIBW_BUILD : cp38-* cp39-* cp310-* cp311-* cp312-*
10+ CIBW_BUILD : cp39-* cp310-* cp311-* cp312-* cp313 -*
1111 CIBW_SKIP : " *musllinux*"
1212 CIBW_ARCHS_LINUX : x86_64 aarch64
1313 CIBW_TEST_REQUIRES : pytest mock pure-sasl eventlet
Original file line number Diff line number Diff line change 2020 min_version : 10.9
2121 env :
2222 CIBW_ENVIRONMENT : CFLAGS="-mmacosx-version-min=${{ matrix.min_version }}"
23- CIBW_BUILD : cp38-* cp39-* cp310-* cp311-* cp312-*
23+ CIBW_BUILD : cp39-* cp310-* cp311-* cp312-* cp313 -*
2424 CIBW_SKIP : " *musllinux*"
2525 CIBW_TEST_REQUIRES : pytest mock pure-sasl eventlet
2626 CIBW_TEST_COMMAND : echo "wheel is installed"
Original file line number Diff line number Diff line change 77 name : Build wheels on windows-2022
88 runs-on : windows-2022
99 env :
10- CIBW_BUILD : cp38-* cp39-* cp310-* cp311-* cp312-*
10+ CIBW_BUILD : cp39-* cp310-* cp311-* cp312-* cp313 -*
1111 CIBW_SKIP : " *musllinux*"
1212 CIBW_TEST_REQUIRES : pytest mock pure-sasl eventlet
1313 CIBW_TEST_COMMAND : echo "wheel is installed"
You can’t perform that action at this time.
0 commit comments