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 be1abfc commit 7a47534Copy full SHA for 7a47534
bin/test-local
@@ -15,7 +15,7 @@ cleanup() {
15
trap cleanup EXIT
16
17
export TOOLKIT_VERSION="local-build"
18
-export PYTHON_VERSION=${PYTHON_VERSION:-"3.11"}
+export PYTHON_VERSION=${PYTHON_VERSION:-"3.9"}
19
export COVERAGE_ENABLED=${COVERAGE_ENABLED:-"true"}
20
21
if [ "${COVERAGE_ENABLED:-true}" = "true" ]; then
0 commit comments