Update Python to v3.11.4

This commit is contained in:
Jeremy Wu 2023-08-03 21:16:58 +10:00
parent 0cdc6b16c9
commit a74fdccaa2
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -53,7 +53,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Droplex" Version="1.6.0" />
<PackageReference Include="Droplex" Version="1.7.0" />
<PackageReference Include="FSharp.Core" Version="7.0.300" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.3.2" />
<PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" />