Skip to content

Commit 9f4ff1a

Browse files
author
River@devbox
committed
Update Python
1 parent 816e2f1 commit 9f4ff1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
99
cd "$SCRIPT_DIR"
1010

11-
PYTHON="$SCRIPT_DIR/venv/bin/python"
11+
PYTHON="python3.12"
1212

1313
echo "Building QPython documentation..."
1414
echo ""

0 commit comments

Comments
 (0)