From 4283795fca2bfa035f587056a4b09350a33a32e0 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 27 Jun 2024 18:14:55 -0700 Subject: [PATCH] Update python version --- .python-version | 2 +- ci/install_dependencies.sh | 2 +- test/environment/grpc/.python-version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.python-version b/.python-version index 7d4ef04f..455808f8 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.3 +3.12.4 diff --git a/ci/install_dependencies.sh b/ci/install_dependencies.sh index 8cd7b0d0..683aa484 100755 --- a/ci/install_dependencies.sh +++ b/ci/install_dependencies.sh @@ -11,7 +11,7 @@ docker version docker-compose version pyenv versions -pyenv local 3.10.3 +pyenv local 3.12.4 python --version pip --version pip install --upgrade pip diff --git a/test/environment/grpc/.python-version b/test/environment/grpc/.python-version index 7d4ef04f..455808f8 100644 --- a/test/environment/grpc/.python-version +++ b/test/environment/grpc/.python-version @@ -1 +1 @@ -3.10.3 +3.12.4