mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-17 22:07:47 +00:00

## Summary Ignore managed pre-release versions of Python for purposes of creating a `requires-python` constraint when running `uv init --script`. This makes the behavior consistent with `uv init` for normal projects. ## Test Plan Added a regression test that makes sure that the constraint is `requires-python = ">=3.13"`, even though a pre-release version of 3.14 is installed.
14 lines
230 B
Text
14 lines
230 B
Text
3.14.0
|
|
3.13.2
|
|
3.12.9
|
|
3.11.11
|
|
3.10.16
|
|
3.9.21
|
|
3.8.20
|
|
# The following are required for packse scenarios
|
|
3.9.20
|
|
3.9.12
|
|
# The following is needed for `==3.13` request tests
|
|
3.13.0
|
|
# A pre-release version required for testing
|
|
3.14.0rc2
|