Skip to content

Fix intersection bug and add Python 3.13 support (v0.7.0) #223

Fix intersection bug and add Python 3.13 support (v0.7.0)

Fix intersection bug and add Python 3.13 support (v0.7.0) #223

Triggered via pull request November 2, 2025 14:10
Status Failure
Total duration 43m 22s
Artifacts 40

cibuildwheel.yml

on: pull_request
Matrix: build_wheels
Build source distribution
20s
Build source distribution
upload_pypi
0s
upload_pypi
Fit to window
Zoom out
Zoom in

Annotations

28 errors, 2 warnings, and 24 notices
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on ubuntu-latest
Process completed with exit code 4.
Build wheels on ubuntu-latest
cibuildwheel: cibuildwheel 3.x does not support the image 'musllinux_1_1'. Either upgrade to a supported image or continue using the image by pinning it directly with its full OCI registry '<name>{:<tag>|@<digest>}'.
Build wheels on windows-latest
Process completed with exit code 1.
Build wheels on windows-latest
cibuildwheel: Command ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-0vxkr6hv\\cp311-win_arm64\\build\\venv\\Scripts\\python.EXE', '-m', 'build', 'D:\\a\\python_prtree\\python_prtree', '--wheel', '--outdir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-0vxkr6hv\\cp311-win_arm64\\built_wheel'] failed with code 1.
Build wheels on windows-latest
Process completed with exit code 1.
Build wheels on windows-latest
cibuildwheel: Command ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-dveya_ra\\cp313-win_arm64\\build\\venv\\Scripts\\python.EXE', '-m', 'build', 'D:\\a\\python_prtree\\python_prtree', '--wheel', '--outdir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-dveya_ra\\cp313-win_arm64\\built_wheel'] failed with code 1.
Build wheels on windows-latest
Process completed with exit code 1.
Build wheels on windows-latest
cibuildwheel: Command ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-zylnzma6\\cp312-win_arm64\\build\\venv\\Scripts\\python.EXE', '-m', 'build', 'D:\\a\\python_prtree\\python_prtree', '--wheel', '--outdir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-zylnzma6\\cp312-win_arm64\\built_wheel'] failed with code 1.
Build wheels on windows-latest
Process completed with exit code 1.
Build wheels on windows-latest
cibuildwheel: Command ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-3swi1or4\\cp314-win_arm64\\build\\venv\\Scripts\\python.EXE', '-m', 'build', 'D:\\a\\python_prtree\\python_prtree', '--wheel', '--outdir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-3swi1or4\\cp314-win_arm64\\built_wheel'] failed with code 1.
Build wheels on macos-14
cibuildwheel: While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
Build wheels on macos-13
cibuildwheel: Bumping MACOSX_DEPLOYMENT_TARGET (10.14) to the minimum required (10.15).
Build wheels on macos-13
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
Build wheels on macos-13
cibuildwheel: Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.
Build wheels on macos-13
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
Build wheels on windows-latest
cibuildwheel: Setting CARGO_BUILD_TARGET=aarch64-pc-windows-msvc for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting SETUPTOOLS_USE_DISTUTILS=local as it is required for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting SETUPTOOLS_EXT_SUFFIX=.cp311-win_arm64.pyd for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting DIST_EXTRA_CONFIG=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-0vxkr6hv\cp311-win_arm64\build\extra-setup.cfg for cross-compilation
Build wheels on macos-13
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
Build wheels on macos-13
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
Build wheels on windows-latest
cibuildwheel: Setting CARGO_BUILD_TARGET=aarch64-pc-windows-msvc for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting SETUPTOOLS_USE_DISTUTILS=local as it is required for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting SETUPTOOLS_EXT_SUFFIX=.cp313-win_arm64.pyd for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting DIST_EXTRA_CONFIG=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-dveya_ra\cp313-win_arm64\build\extra-setup.cfg for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting CARGO_BUILD_TARGET=aarch64-pc-windows-msvc for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting SETUPTOOLS_USE_DISTUTILS=local as it is required for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting SETUPTOOLS_EXT_SUFFIX=.cp312-win_arm64.pyd for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting DIST_EXTRA_CONFIG=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-zylnzma6\cp312-win_arm64\build\extra-setup.cfg for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting CARGO_BUILD_TARGET=aarch64-pc-windows-msvc for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting SETUPTOOLS_USE_DISTUTILS=local as it is required for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting SETUPTOOLS_EXT_SUFFIX=.cp314-win_arm64.pyd for cross-compilation
Build wheels on windows-latest
cibuildwheel: Setting DIST_EXTRA_CONFIG=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-3swi1or4\cp314-win_arm64\build\extra-setup.cfg for cross-compilation
Build wheels on macos-13
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
Build wheels on macos-13
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
Build wheels on macos-13
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046

Artifacts

Produced during runtime
Name Size Digest
sdist Expired
3.36 MB
sha256:875de685435b67628c60b810f969d85571d87541988d3eb50a6ccc01cbd70c01
wheels-macosx_arm64-py310 Expired
193 KB
sha256:e8e7fef95177fa4e9571c9d1711c454e0679f3e609b9147d20633780add6ce44
wheels-macosx_arm64-py311 Expired
194 KB
sha256:12198d0d75382435ef3dc9a0d21a87ee63a2704c7ba687b08c7eb0a3c8cd666c
wheels-macosx_arm64-py312 Expired
195 KB
sha256:ed7713cab677babb08a0a9a26638a01a2b13e93efd69c4f6bb72500e722470c5
wheels-macosx_arm64-py313 Expired
196 KB
sha256:7df9c2e92b79670abe147b06f424058f90fa74f8f039925271abe98221620414
wheels-macosx_arm64-py314 Expired
196 KB
sha256:01a122355a640d9c006643cfe662b10b778a56bd72eb3f33b7df92f3fbdbd90b
wheels-macosx_arm64-py38 Expired
193 KB
sha256:62963d20dd3a4dc59037b1de5b3a85e69127f22c6f0053ebc8dd700271e04d57
wheels-macosx_arm64-py39 Expired
193 KB
sha256:735fe6b685857ce0c9b00877ca982932491fda6e666b069378146cbffefbcdcd
wheels-macosx_x86_64-py310 Expired
222 KB
sha256:3a59cfc14fe6c2911a81012dd77dddb073172519c6a7137fef9bdb08ee82928c
wheels-macosx_x86_64-py311 Expired
224 KB
sha256:68b8f9313bbbae7713847a3436dc5aa132a4f9aa041afa13e09ca4e7935b58cb
wheels-macosx_x86_64-py312 Expired
226 KB
sha256:40e551dd13d8cac16c05d767c97505865fb59f0a35c1d3a21f22108cbee1ebbf
wheels-macosx_x86_64-py313 Expired
226 KB
sha256:47c13acc4a177f80fd46197b478e8b57692522f03957eb9eff8d22edcb5aa47d
wheels-macosx_x86_64-py314 Expired
226 KB
sha256:8053634fabe84a1ed018ceba8eb5e5de4d2d7e41b0dabc14b09183acffa49087
wheels-macosx_x86_64-py38 Expired
222 KB
sha256:a1af413c0646964acb3ba08aa90b30c7a89e14582c6d5cb4cadc066f8064594a
wheels-macosx_x86_64-py39 Expired
222 KB
sha256:54d09a1615974a99b607b713188dfaff7798e5fba27d7a3931355124052e3eef
wheels-manylinux_aarch64-py310 Expired
242 KB
sha256:0531eedccdccfc5ba3c92fa5ae616447165fd9aa4167dc4b784048d9ec30036c
wheels-manylinux_aarch64-py311 Expired
243 KB
sha256:8826705034074500f33c18d8d77301194fbb5bf8910c3d3b9ee75771dd3eafb4
wheels-manylinux_aarch64-py312 Expired
243 KB
sha256:0ba3ee3b7279e7e0fdf04167367583bb2abb9ecd629d11257ecb09425b0387f8
wheels-manylinux_aarch64-py313 Expired
228 KB
sha256:369e9d0f66d0739737864568d5f62b60433b91646a2347b5b54775f5695d4c61
wheels-manylinux_aarch64-py314 Expired
228 KB
sha256:9311f5cb888017525c578f4932b955227c415385ea154e8de52a5da81a538bc6
wheels-manylinux_aarch64-py38 Expired
242 KB
sha256:aeeef5b5b263706b8196848a04053b0513d0b688791d766aee8d735daa526677
wheels-manylinux_aarch64-py39 Expired
242 KB
sha256:fb536a5d6ec98cb98fffcf1c631d3c686a24e6e89572c6b90f263a8d6a88ef55
wheels-manylinux_x86_64-py310 Expired
262 KB
sha256:91d340a2b8110c11165dc2c9956d998e6f199b62a506fbe1f90ac3c3d7e1484d
wheels-manylinux_x86_64-py311 Expired
263 KB
sha256:fdb5476f0248847466eeb6bccc78435cbedc16f281937f5a847b53eba4b855c7
wheels-manylinux_x86_64-py312 Expired
263 KB
sha256:010436f9dad89198c6c6222f5b03f25bee2219d8857a417b05e6f6f1215230f9
wheels-manylinux_x86_64-py313 Expired
252 KB
sha256:bc4321f29d8aaaee3a4e2cd3c8026249a445698458fed0828d6ed4442d8cb71f
wheels-manylinux_x86_64-py314 Expired
252 KB
sha256:e5840e3e537db6c0f749f1520554f5560d9904b2623d8adb760784592284ed69
wheels-manylinux_x86_64-py38 Expired
262 KB
sha256:b9e6c3597f2b65acbb62c71fbe093f4e1941b6b7fab91bdad564761efd8b2a51
wheels-manylinux_x86_64-py39 Expired
262 KB
sha256:6852d45960cbb49eaf78f8026f573871b681f2d5f6db3e9ceb559e8362166c6d
wheels-musllinux_aarch64-py313 Expired
1.16 MB
sha256:98ca1c6e569d8a0bfe627802262cfb9da9bee2e7e7165addb6539f2218afa532
wheels-musllinux_aarch64-py314 Expired
1.16 MB
sha256:07318bc0b4ab5266d7c501c8faacccc36c9c430364369406b969beae097cdbce
wheels-musllinux_x86_64-py313 Expired
1.23 MB
sha256:082ae7fe5d8ad459c79c46b4dbe1a03626c39cf770c4438375da320234b72a57
wheels-musllinux_x86_64-py314 Expired
1.23 MB
sha256:dabfd8e476c83b4fa271520e6bd8a873d2db85f5d24bb070d9ac90100159eba7
wheels-win_amd64-py310 Expired
217 KB
sha256:6cffa5e8003b43d817a88cd46f402e20714ec238a143d1f1aad04c7edfd56231
wheels-win_amd64-py311 Expired
218 KB
sha256:4cca6700c8a96d3c7fddf3b73b1fe8575f932ce5bc74510bf8afffa86d719676
wheels-win_amd64-py312 Expired
219 KB
sha256:078066815d94315fd9098d082b1d2dccc26ef88c817d799359d40f4a25eefede
wheels-win_amd64-py313 Expired
219 KB
sha256:1daa2d64c82b2d502790bb06f5292a817e1c4ea4385fbd4c335426d2fbc1d424
wheels-win_amd64-py314 Expired
226 KB
sha256:d2a63a9cde3db6083649c8195967937655cbf60f7bd54c83c9b8c59cc1971f23
wheels-win_amd64-py38 Expired
217 KB
sha256:91ac86750f00e148f59de7615ae02f3b019b146e5b529731cc10b8a707f5365c
wheels-win_amd64-py39 Expired
222 KB
sha256:90be231cc7297e36e29154148eccb3a5188cf6a4205162607bfaf9fe698f0587