Skip to content

Question/Bug: Can't specify exactly 3.14.0 as the Python version #16175

@Ahajha

Description

@Ahajha

Summary

3.14.0 just released, I wanted to make a venv with the new release. Running (on Linux):

uv venv --python 3.14.0

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions