Skip to content

feat: add Python 3.13 beta 1 #3848

feat: add Python 3.13 beta 1

feat: add Python 3.13 beta 1 #3848

Triggered via pull request May 10, 2024 07:27
Status Cancelled
Total duration 26m 23s
Artifacts 5

test.yml

on: pull_request
Linters (mypy, flake8, etc.)
57s
Linters (mypy, flake8, etc.)
Test emulated cibuildwheel using qemu
24m 50s
Test emulated cibuildwheel using qemu
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

19 errors, 1 warning, and 1 notice
Test cibuildwheel on macos-14 (3.12)
Command ['python', '-m', 'build', '/private/var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/pytest-of-runner/pytest-1/popen-gw0/test_build_0/project', '--wheel', '--outdir=/private/var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/cibw-run-a1ch0fvf/cp38-macosx_arm64/built_wheel'] failed with code 1. None
Test cibuildwheel on macos-14 (3.12)
Command ['/bin/sh', '-c', 'python -c "import sys; open(\'/tmp/pythonversion_bt.txt\', \'w\').write(sys.version)" && python -c "import sys; open(\'/tmp/pythonprefix_bt.txt\', \'w\').write(sys.prefix)" && python -m pip install ./dependency'] failed with code 1. None
Test cibuildwheel on macos-14 (3.12)
Process completed with exit code 1.
Test cibuildwheel on macos-13 (3.12)
Command ['python', '-m', 'build', '/private/var/folders/vh/0m375wt12y33m0hfkshcspjr0000gn/T/pytest-of-runner/pytest-1/popen-gw0/test_build_0/project', '--wheel', '--outdir=/private/var/folders/vh/0m375wt12y33m0hfkshcspjr0000gn/T/cibw-run-v5vjnnih/cp38-macosx_x86_64/built_wheel'] failed with code 1. None
Test cibuildwheel on macos-13 (3.12)
Command ['/bin/sh', '-c', 'python -c "import sys; open(\'/tmp/pythonversion_bt.txt\', \'w\').write(sys.version)" && python -c "import sys; open(\'/tmp/pythonprefix_bt.txt\', \'w\').write(sys.prefix)" && python -m pip install ./dependency'] failed with code 1. None
Test cibuildwheel on macos-13 (3.12)
Process completed with exit code 1.
Test cibuildwheel on ubuntu-latest (3.8)
Command ['python', '-m', 'build', PurePosixPath('/project'), '--wheel', '--outdir=/tmp/cibuildwheel/built_wheel'] failed with code 1.
Test cibuildwheel on ubuntu-latest (3.8)
Command ['sh', '-c', 'python -c "import sys; open(\'/tmp/pythonversion_bt.txt\', \'w\').write(sys.version)" && python -c "import sys; open(\'/tmp/pythonprefix_bt.txt\', \'w\').write(sys.prefix)" && python -m pip install /project/dependency'] failed with code 1.
Test cibuildwheel on ubuntu-latest (3.8)
Process completed with exit code 1.
Test cibuildwheel on ubuntu-latest (3.12)
Command ['python', '-m', 'build', PurePosixPath('/project'), '--wheel', '--outdir=/tmp/cibuildwheel/built_wheel'] failed with code 1.
Test cibuildwheel on ubuntu-latest (3.12)
Command ['sh', '-c', 'python -c "import sys; open(\'/tmp/pythonversion_bt.txt\', \'w\').write(sys.version)" && python -c "import sys; open(\'/tmp/pythonprefix_bt.txt\', \'w\').write(sys.prefix)" && python -m pip install /project/dependency'] failed with code 1.
Test cibuildwheel on ubuntu-latest (3.12)
Process completed with exit code 1.
Test cibuildwheel on windows-latest (3.12)
Command ['python', '-m', 'pip', 'wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-1\\popen-gw2\\test_cwd0\\project', '--wheel-dir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-8axk39s1\\cp313-win32\\built_wheel', '--no-deps'] failed with code 1. None
Test cibuildwheel on windows-latest (3.12)
Command ['python', '-m', 'pip', 'wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-1\\popen-gw0\\test_pip_0\\project', '--wheel-dir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-yhmh8s9y\\cp313-win32\\built_wheel', '--no-deps'] failed with code 1. None
Test cibuildwheel on windows-latest (3.12)
Command ['python', '-m', 'pip', 'wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-1\\popen-gw3\\test_cwd0\\project', '--wheel-dir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-2ib6hjsk\\cp313-win32\\built_wheel', '--no-deps'] failed with code 1. None
Test cibuildwheel on windows-latest (3.12)
Command ['python', '-m', 'pip', 'wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-1\\popen-gw1\\test0\\project', '--wheel-dir=C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-s0z2irt0\\cp313-win32\\built_wheel', '--no-deps'] failed with code 1. None
Test cibuildwheel on windows-latest (3.12)
Process completed with exit code 1.
Test emulated cibuildwheel using qemu
Canceling since a higher priority waiting request for 'test-refs/pull/1815/merge' exists
Test emulated cibuildwheel using qemu
The operation was canceled.
Test cibuildwheel on macos-13 (3.12)
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.
Test cibuildwheel on macos-14 (3.12)
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"`.

Artifacts

Produced during runtime
Name Size
cibw-wheels-macos-13-2
50.5 KB
cibw-wheels-macos-14-3
57.4 KB
cibw-wheels-ubuntu-latest-0
309 KB
cibw-wheels-ubuntu-latest-4
309 KB
cibw-wheels-windows-latest-1
95.3 KB