From a74fdccaa259027118d0773a823a8bb21057479b Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 3 Aug 2023 21:16:58 +1000 Subject: [PATCH] Update Python to v3.11.4 --- .../ExternalPlugins/Environments/PythonEnvironment.cs | 2 +- Flow.Launcher.Core/Flow.Launcher.Core.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Core/ExternalPlugins/Environments/PythonEnvironment.cs b/Flow.Launcher.Core/ExternalPlugins/Environments/PythonEnvironment.cs index 55b3b60bd..86d4717f4 100644 --- a/Flow.Launcher.Core/ExternalPlugins/Environments/PythonEnvironment.cs +++ b/Flow.Launcher.Core/ExternalPlugins/Environments/PythonEnvironment.cs @@ -31,7 +31,7 @@ namespace Flow.Launcher.Core.ExternalPlugins.Environments FilesFolders.RemoveFolderIfExists(InstallPath); // Python 3.8.9 is used for Windows 7 compatibility - DroplexPackage.Drop(App.python_3_8_9_embeddable, InstallPath).Wait(); + DroplexPackage.Drop(App.python_3_11_4_embeddable, InstallPath).Wait(); PluginsSettingsFilePath = ExecutablePath; } diff --git a/Flow.Launcher.Core/Flow.Launcher.Core.csproj b/Flow.Launcher.Core/Flow.Launcher.Core.csproj index 8d06e71c5..927ba5aba 100644 --- a/Flow.Launcher.Core/Flow.Launcher.Core.csproj +++ b/Flow.Launcher.Core/Flow.Launcher.Core.csproj @@ -53,7 +53,7 @@ - +