File tree Expand file tree Collapse file tree 6 files changed +304
-79
lines changed
Expand file tree Collapse file tree 6 files changed +304
-79
lines changed Original file line number Diff line number Diff line change 8787 env :
8888 CIBW_TEST_EXTRAS : " test"
8989 CIBW_TEST_COMMAND : " pytest {project}/tests"
90- CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*"
90+ CIBW_BUILD : " cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* cp314t-* "
9191 CIBW_SKIP : " *-win32 *_i686 *_s390x *_ppc64le"
9292 CIBW_ARCHS_MACOS : " x86_64 arm64"
9393 CIBW_ARCHS_LINUX : " x86_64 aarch64"
@@ -108,7 +108,7 @@ jobs:
108108 - name : Set up Environment
109109 if : github.event_name != 'release' && github.event_name != 'workflow_dispatch'
110110 run : |
111- echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64 cp313-*_aarch64 cp314-*_aarch64" >> $GITHUB_ENV
111+ echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64 cp313-*_aarch64 cp314-*_aarch64 cp314t-*_aarch64 " >> $GITHUB_ENV
112112
113113 - name : Build & Test Wheels
114114 uses : pypa/cibuildwheel@v3.2.1
You can’t perform that action at this time.
0 commit comments