Update Python example from 3.12 to 3.14 (current stable)
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ The image includes [uv](https://docs.astral.sh/uv/), a fast Python package manag
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install Python (persists across restarts with devbox-uv volume)
|
# Install Python (persists across restarts with devbox-uv volume)
|
||||||
uv python install 3.12
|
uv python install 3.14
|
||||||
|
|
||||||
# Create a virtual environment and install dependencies
|
# Create a virtual environment and install dependencies
|
||||||
uv venv
|
uv venv
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ The image includes [uv](https://docs.astral.sh/uv/), a fast Python package manag
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install Python (persists across restarts with devbox-uv volume)
|
# Install Python (persists across restarts with devbox-uv volume)
|
||||||
uv python install 3.12
|
uv python install 3.14
|
||||||
|
|
||||||
# Create a virtual environment and install dependencies
|
# Create a virtual environment and install dependencies
|
||||||
uv venv
|
uv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user