Skip to content

Commit

Permalink
build-python: Bump to Python 3.11.9 and libffi 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Jun 20, 2024
1 parent a78eb49 commit fb9fd06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

set -e

: ${LIBFFI_VERSION:=v3.4.4}
: ${PYTHON_VERSION:=v3.11.7}
: ${PYTHON_VERSION_MINGW:=ebc5f3fc250c0ae937663e43bc11ef5ab7830888}
: ${LIBFFI_VERSION:=v3.4.6}
: ${PYTHON_VERSION:=v3.11.9}
: ${PYTHON_VERSION_MINGW:=d6d38acc0d637e6dc2fe6b984664bdd460bd3d04}

unset HOST

Expand Down

0 comments on commit fb9fd06

Please sign in to comment.