Update Python example from 3.12 to 3.14 (current stable)

This commit is contained in:
2026-04-13 19:14:33 +02:00
parent 6ecd65d18d
commit 3e048218c3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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