File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ RUN yum install -y perl-IPC-Cmd perl-CPANPLUS perl-core && \
3636 ldconfig
3737
3838# Compile and install Python 3
39- ENV PYTHON3_VERSION=3.13.9
39+ ENV PYTHON3_VERSION=3.13.10
4040RUN yum install -y libffi-devel && \
4141 DOWNLOAD_URL="https://python.org/ftp/python/{{version}}/Python-{{version}}.tgz" \
4242 VERSION="${PYTHON3_VERSION}" \
43- SHA256="c4c066af19c98fb7835d473bebd7e23be84f6e9874d47db9e39a68ee5d0ce35c " \
43+ SHA256="de5930852e95ba8c17b56548e04648470356ac47f7506014664f8f510d7bd61b " \
4444 RELATIVE_PATH="Python-{{version}}" \
4545 bash install-from-source.sh \
4646 --prefix=/opt/python/${PYTHON3_VERSION} \
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ RUN yum install -y perl-IPC-Cmd perl-CPANPLUS perl-core && \
3535 ldconfig
3636
3737# Compile and install Python 3
38- ENV PYTHON3_VERSION=3.13.9
38+ ENV PYTHON3_VERSION=3.13.10
3939RUN yum install -y libffi-devel && \
4040 DOWNLOAD_URL="https://python.org/ftp/python/{{version}}/Python-{{version}}.tgz" \
4141 VERSION="${PYTHON3_VERSION}" \
42- SHA256="c4c066af19c98fb7835d473bebd7e23be84f6e9874d47db9e39a68ee5d0ce35c " \
42+ SHA256="de5930852e95ba8c17b56548e04648470356ac47f7506014664f8f510d7bd61b " \
4343 RELATIVE_PATH="Python-{{version}}" \
4444 bash install-from-source.sh --prefix=/opt/python/${PYTHON3_VERSION} --with-ensurepip=yes --enable-ipv6 --with-dbmliborder=
4545ENV PATH="/opt/python/${PYTHON3_VERSION}/bin:${PATH}"
Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ RUN Get-RemoteFile `
8585 Approve-File -Path $($Env:USERPROFILE + '\. cargo\b in\r ustc.exe' ) -Hash $Env:RUSTC_HASH
8686
8787# Install Python 3
88- ENV PYTHON_VERSION="3.13.9 "
88+ ENV PYTHON_VERSION="3.13.10 "
8989RUN Get-RemoteFile `
9090 -Uri https://www.python.org/ftp/python/$Env:PYTHON_VERSION/python-$Env:PYTHON_VERSION-amd64.exe `
9191 -Path python-$Env:PYTHON_VERSION-amd64.exe `
92- -Hash '200ddff856bbff949d2cc1be42e8807c07538abd6b6966d5113a094cf628c5c5 ' ; `
92+ -Hash 'ab30cd76655c6c91243b4f4d5a8499020f6503aa58e92b3e2e94ae4af7353257 ' ; `
9393 Start-Process -Wait python-$Env:PYTHON_VERSION-amd64.exe -ArgumentList '/quiet' , 'InstallAllUsers=1' ; `
9494 Remove-Item python-$Env:PYTHON_VERSION-amd64.exe; `
9595 & 'C:\P rogram Files\P ython313\p ython.exe' -m pip install --no-warn-script-location --upgrade pip; `
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208208 - name : Set up Python
209209 env :
210210 # Despite the name, this is built for the macOS 11 SDK on arm64 and 10.9+ on intel
211- PYTHON3_DOWNLOAD_URL : " https://www.python.org/ftp/python/3.13.9 /python-3.13.9 -macos11.pkg"
211+ PYTHON3_DOWNLOAD_URL : " https://www.python.org/ftp/python/3.13.10 /python-3.13.10 -macos11.pkg"
212212 run : |
213213 curl "$PYTHON3_DOWNLOAD_URL" -o python3.pkg
214214 sudo installer -pkg python3.pkg -target /
Original file line number Diff line number Diff line change 1212
1313# This is automatically maintained
1414PYTHON_VERSION = '3.13'
15- PYTHON_VERSION_FULL = '3.13.9 '
15+ PYTHON_VERSION_FULL = '3.13.10 '
You can’t perform that action at this time.
0 commit comments