We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5707190 commit 55c4917Copy full SHA for 55c4917
env.sh
@@ -12,7 +12,7 @@
12
# Use environment variables if present.
13
# (-z predicate means "unset or empty string")
14
if [ -z "$PYTHON_VERSION" ]; then
15
- PYTHON_VERSION="3.8"
+ PYTHON_VERSION="3.13"
16
fi
17
ENV_NAME="pd"
18
0 commit comments