From 6c7b6ffdac47abf03116ac5d2c1766c351a26ba7 Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Thu, 12 Sep 2024 11:36:11 -0400 Subject: [PATCH] build: Use Python 3.9.19 --- contrib/build.Dockerfile | 2 +- contrib/build_wine.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/build.Dockerfile b/contrib/build.Dockerfile index c99ceaf44..a1edf1171 100644 --- a/contrib/build.Dockerfile +++ b/contrib/build.Dockerfile @@ -38,7 +38,7 @@ COPY contrib/reproducible-python.diff /opt/reproducible-python.diff ENV PYTHON_CONFIGURE_OPTS="--enable-shared" ENV BUILD_DATE="Jan 1 2019" ENV BUILD_TIME="00:00:00" -RUN eval "$(pyenv init --path)" && eval "$(pyenv virtualenv-init -)" && cat /opt/reproducible-python.diff | pyenv install -kp 3.9.17 +RUN eval "$(pyenv init --path)" && eval "$(pyenv virtualenv-init -)" && cat /opt/reproducible-python.diff | pyenv install -kp 3.9.19 ENV LC_ALL=C.UTF-8 ENV LANG=C.UTF-8 diff --git a/contrib/build_wine.sh b/contrib/build_wine.sh index e03c0259a..061f54983 100755 --- a/contrib/build_wine.sh +++ b/contrib/build_wine.sh @@ -3,7 +3,7 @@ set -ex -PYTHON_VERSION=3.9.7 +PYTHON_VERSION=3.9.19 PYTHON_FOLDER="python3" PYHOME="c:/$PYTHON_FOLDER"