FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
uv/.python-versions at main · KryptosAI/uv · GitHub
KryptosAI
/
uv
Public
forked from
astral-sh/uv
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
uv
/
.python-versions
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (20 loc) · 867 Bytes
Breadcrumbs
uv
/
.python-versions
Copy path
File metadata and controls
21 lines (20 loc) · 867 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# These are versions of Python required for running uv's own test suite. You can add or remove
# versions here as needed for tests; this doesn't impact uv's own functionality. They can be
# installed through any means you like, e.g. `uv python install` if you already have a build of uv,
# `cargo run python install`, or through some other installer.
#
# In uv's CI in GitHub Actions, they are bootstrapped by an existing released version of uv,
# installed by the astral-sh/setup-uv action If you need a newer or different version, you will
# first need to complete a uv release capable of installing that version, get it picked up by
# astral-sh/setup-uv, and update its hash in .github/workflows.
3.14.0
3.13.2
3.12.9
3.11.11
3.10.16
3.9.21
3.8.20
# The following is needed for `==3.13` request tests
3.13.0
# A pre-release version required for testing
3.14.0rc2
Back
|
FazBrowse Home
|
New Git URL