1
0

win/mac build: bump python version (3.10.11->3.11.9)

This commit is contained in:
SomberNight
2024-04-18 17:22:35 +00:00
parent 9508f76b7f
commit 41d6f08de9
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git"
PYINSTALLER_COMMIT="413cce49ff28d87fad4472f4953489226ec90c84"
# ^ tag "v5.11.0"
PYTHON_VERSION=3.10.11
PYTHON_VERSION=3.11.9
# Let's begin!