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