Skip to content

Commit 98f3380

Browse files
committed
build-python: Bump to cpython-mingw 3.10.5
This is the version that msys2 currently ships.
1 parent 577e25b commit 98f3380

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
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo LLVM_VERSION=$(git ls-remote https://github.com/llvm/llvm-project.git | grep 'refs/heads/main$' | awk '{print $1}') >> versions
2626
echo MINGW_W64_VERSION=$(git ls-remote https://github.com/mingw-w64/mingw-w64.git | grep 'refs/heads/master$' | awk '{print $1}') >> versions
27-
echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.9.11$' | awk '{print $1}') >> versions
27+
echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.10.5$' | awk '{print $1}') >> versions
2828
- uses: actions/upload-artifact@v2
2929
with:
3030
name: versions

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.9.10}
21-
: ${PYTHON_VERSION_MINGW:=6407bc7c4a164ecb35003748179a8d69c6ca65ef}
20+
: ${PYTHON_VERSION:=v3.10.5}
21+
: ${PYTHON_VERSION_MINGW:=e31e5e01d7ee2504378d219a8557803ac41a8646}
2222

2323
unset HOST
2424

0 commit comments

Comments
 (0)