Skip to content

Commit

Permalink
Update setup-local-env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Oct 12, 2024
1 parent 7db9568 commit 8171922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-local-env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PYTHON_VERSION=3.12
PYTHON_VERSION=3.13

python$PYTHON_VERSION -m pip install uv
python$PYTHON_VERSION -m uv venv venv --seed --python=$PYTHON_VERSION
Expand Down

0 comments on commit 8171922

Please sign in to comment.