Repro (with uv):
uv venv --python 3.14
source .venv/bin/activate
uv pip install uvloop
gives
Resolved 1 package in 2ms
× Failed to build `uvloop==0.21.0`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (signal: 11 (SIGSEGV)
(core dumped))
hint: This usually indicates a problem with the package or the build
environment.
This works with --python 3.13. Unfortunately the error is... less than helpful.
This is on a Pop_OS! 22.04 machine.