Skip to content

Commit 46215b2

Browse files
committed
build-python: Bump to Python 3.10.11
1 parent 4855077 commit 46215b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo LLVM_VERSION=$(git ls-remote https://github.com/llvm/llvm-project.git | grep 'refs/heads/main$' | awk '{print $1}') >> $GITHUB_OUTPUT
4444
echo MINGW_W64_VERSION=$(git ls-remote https://github.com/mingw-w64/mingw-w64.git | grep 'refs/heads/master$' | awk '{print $1}') >> $GITHUB_OUTPUT
45-
echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.10.9$' | awk '{print $1}') >> $GITHUB_OUTPUT
45+
echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.10.11$' | awk '{print $1}') >> $GITHUB_OUTPUT
4646
cat $GITHUB_OUTPUT
4747
4848
# Build a cross compiler for Linux, targeting Windows.

build-python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
set -e
1818

1919
: ${LIBFFI_VERSION:=v3.4.2}
20-
: ${PYTHON_VERSION:=v3.10.9}
21-
: ${PYTHON_VERSION_MINGW:=101c2b0778f1a02169d7d649511e7b75fb93fbfa}
20+
: ${PYTHON_VERSION:=v3.10.11}
21+
: ${PYTHON_VERSION_MINGW:=bb0b6e3c0d52fe6d4b3bea482f00b070275ce57f}
2222

2323
unset HOST
2424

0 commit comments

Comments
 (0)