Bumped CaesiumCLT to 1.3.0, python to 3.14.3

This commit is contained in:
2026-04-08 13:32:08 +02:00
parent 85876228eb
commit 0338fd6524
4 changed files with 51 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ set "SELF_DIR=%~dp0"
set "SCRIPT=%SELF_DIR%pptx_image_compress.py"
rem ---- Python Embeddable config ----
set "PY_EMBED_VERSION=3.13.9"
set "PY_EMBED_VERSION=3.14.4"
set "PY_EMBED_ZIP=python-%PY_EMBED_VERSION%-embed-amd64.zip"
set "PY_EMBED_URL=https://www.python.org/ftp/python/%PY_EMBED_VERSION%/%PY_EMBED_ZIP%"
set "PY_DIR=%SELF_DIR%python-embed"