Skip to content

Commit 55c4917

Browse files
committed
Set default to current version of Python
1 parent 5707190 commit 55c4917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Use environment variables if present.
1313
# (-z predicate means "unset or empty string")
1414
if [ -z "$PYTHON_VERSION" ]; then
15-
PYTHON_VERSION="3.8"
15+
PYTHON_VERSION="3.13"
1616
fi
1717
ENV_NAME="pd"
1818

0 commit comments

Comments
 (0)