From 3e048218c3a7ebad03dc8c2097b5a70a9ba74f67 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Mon, 13 Apr 2026 19:14:33 +0200 Subject: [PATCH] Update Python example from 3.12 to 3.14 (current stable) --- DOCKER_HUB.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER_HUB.md b/DOCKER_HUB.md index 8a40999..03604d3 100644 --- a/DOCKER_HUB.md +++ b/DOCKER_HUB.md @@ -241,7 +241,7 @@ The image includes [uv](https://docs.astral.sh/uv/), a fast Python package manag ```bash # 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 uv venv diff --git a/README.md b/README.md index 33368f1..ca695bb 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ The image includes [uv](https://docs.astral.sh/uv/), a fast Python package manag ```bash # 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 uv venv