File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ if [[ -n "${KOKORO_ROOT:-}" ]]; then
2929 cd " ${TINK_BASE_DIR} /tink_py"
3030fi
3131
32- # Make sure we use the latest Python 3.11 .
32+ # Make sure we use the latest Python 3.12 available with pyenv .
3333eval " $( pyenv init -) "
34- pyenv install " 3.11 "
35- pyenv global " 3.11 "
34+ pyenv install -s " 3.12 "
35+ pyenv global " 3.12 "
3636
3737./kokoro/testutils/copy_credentials.sh " testdata" " all"
3838./kokoro/testutils/copy_credentials.sh " examples/testdata" " gcp"
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ if [[ -n "${KOKORO_ROOT:-}" ]]; then
3535 cd " ${TINK_BASE_DIR} /tink_py"
3636fi
3737
38- # Make sure we use the latest Python 3.11 .
38+ # Make sure we use the latest Python 3.12 available with pyenv .
3939eval " $( pyenv init -) "
40- pyenv install " 3.11 "
41- pyenv global " 3.11 "
40+ pyenv install -s " 3.12 "
41+ pyenv global " 3.12 "
4242
4343# Sourcing required to update callers environment.
4444source ./kokoro/testutils/install_protoc.sh " 25.1"
You can’t perform that action at this time.
0 commit comments