From de9c9ad48c257c5683b0ad7a21da1290a2ae7817 Mon Sep 17 00:00:00 2001 From: Conrads Date: Thu, 23 Oct 2025 10:27:21 +0200 Subject: [PATCH] Updated Python Version to 3.13.9 --- install_and_run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_and_run.bat b/install_and_run.bat index ad71bf0..9a8ec51 100644 --- a/install_and_run.bat +++ b/install_and_run.bat @@ -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.7" +set "PY_EMBED_VERSION=3.13.9" 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"