@@ -590,6 +590,8 @@ jobs:
590590 ${{ needs.pre-setup.outputs.dists-artifact-name }}
591591 # CIBW_CONFIG_SETTINGS: `with-cython-tracing` — for coverage collection
592592 # CIBW_ARCHS_MACOS=all x86_64 arm64 universal2
593+ # NOTE: *t-* skips free-threaded builds — Cython extensions do not
594+ # NOTE: set Py_mod_gil_not_used, causing RuntimeWarning on import.
593595 environment-variables : |-
594596 CIBW_ARCHS_MACOS=native
595597
@@ -601,8 +603,6 @@ jobs:
601603 }}
602604 EOF
603605
604- # NOTE: *t-* skips free-threaded builds — Cython extensions do not
605- # NOTE: set Py_mod_gil_not_used, causing RuntimeWarning on import.
606606 ${{
607607 !fromJSON(needs.pre-setup.outputs.release-requested)
608608 && 'CIBW_SKIP<<EOF
@@ -645,6 +645,8 @@ jobs:
645645 ${{ needs.pre-setup.outputs.dists-artifact-name }}
646646 # CIBW_CONFIG_SETTINGS: `with-cython-tracing` — for coverage collection
647647 # CIBW_ARCHS_MACOS=all x86_64 arm64 universal2
648+ # NOTE: *t-* skips free-threaded builds — Cython extensions do not
649+ # NOTE: set Py_mod_gil_not_used, causing RuntimeWarning on import.
648650 environment-variables : |-
649651 CIBW_ARCHS_MACOS=native
650652
@@ -656,8 +658,6 @@ jobs:
656658 }}
657659 EOF
658660
659- # NOTE: *t-* skips free-threaded builds — Cython extensions do not
660- # NOTE: set Py_mod_gil_not_used, causing RuntimeWarning on import.
661661 ${{
662662 !fromJSON(needs.pre-setup.outputs.release-requested)
663663 && 'CIBW_SKIP<<EOF
@@ -700,6 +700,8 @@ jobs:
700700 # CIBW_ARCHS_LINUX: Build emulated architectures if QEMU, else "auto"
701701 # CIBW_CONFIG_SETTINGS: `with-cython-tracing` — for coverage collection
702702 # CIBW_ARCHS_MACOS=all x86_64 arm64 universal2
703+ # NOTE: *t-* skips free-threaded builds — Cython extensions do not
704+ # NOTE: set Py_mod_gil_not_used, causing RuntimeWarning on import.
703705 environment-variables : |-
704706 CIBW_ARCHS_LINUX=all
705707
@@ -713,8 +715,6 @@ jobs:
713715 }}
714716 EOF
715717
716- # NOTE: *t-* skips free-threaded builds — Cython extensions do not
717- # NOTE: set Py_mod_gil_not_used, causing RuntimeWarning on import.
718718 ${{
719719 !fromJSON(needs.pre-setup.outputs.release-requested)
720720 && 'CIBW_SKIP<<EOF
0 commit comments