Skip to content

Commit 5fe69a9

Browse files
committed
build-python: Bump to Python 3.12.7
1 parent 8e6bbb7 commit 5fe69a9

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
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
echo LLVM_VERSION=$(git ls-remote https://github.com/llvm/llvm-project.git | grep 'refs/heads/main$' | awk '{print $1}') >> $GITHUB_OUTPUT
5656
echo MINGW_W64_VERSION=$(git ls-remote https://github.com/mingw-w64/mingw-w64.git | grep 'refs/heads/master$' | awk '{print $1}') >> $GITHUB_OUTPUT
57-
echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.11.6$' | awk '{print $1}') >> $GITHUB_OUTPUT
57+
echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.12.7$' | awk '{print $1}') >> $GITHUB_OUTPUT
5858
cat $GITHUB_OUTPUT
5959
cat $GITHUB_OUTPUT >> parameters.txt
6060
- uses: actions/upload-artifact@v4

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.6}
20-
: ${PYTHON_VERSION:=v3.11.9}
21-
: ${PYTHON_VERSION_MINGW:=d6d38acc0d637e6dc2fe6b984664bdd460bd3d04}
20+
: ${PYTHON_VERSION:=v3.12.7}
21+
: ${PYTHON_VERSION_MINGW:=d21f60d4a8bb03e0309fe3907b104f1878059f90}
2222

2323
unset HOST
2424

0 commit comments

Comments
 (0)