File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
run : |
55
55
echo LLVM_VERSION=$(git ls-remote https://github.com/llvm/llvm-project.git | grep 'refs/heads/main$' | awk '{print $1}') >> $GITHUB_OUTPUT
56
56
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
58
58
cat $GITHUB_OUTPUT
59
59
cat $GITHUB_OUTPUT >> parameters.txt
60
60
- uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 17
17
set -e
18
18
19
19
: ${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 }
22
22
23
23
unset HOST
24
24
You can’t perform that action at this time.
0 commit comments