Summary
3.14.0 just released, I wanted to make a venv with the new release. Running (on Linux):
gives
Using CPython 3.14.0rc3
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
Which is an RC. I also tried
uv venv --python ">3.14.0rc3"
but it still picks the same version.
Is there something I'm missing here, or is this a bug in the version resolution?
Platform
Ubuntu 22.04
Version
0.9.0
Python version
3.14.0