diff --git a/Python.Included/Installer.cs b/Python.Included/Installer.cs index 431018e..7faaaf6 100644 --- a/Python.Included/Installer.cs +++ b/Python.Included/Installer.cs @@ -43,7 +43,7 @@ public static class Installer /// Name of the python directory. If needed, set before calling SetupPython(). /// Defaults to python-3.7.3-embed-amd64 /// - public static string InstallDirectory { get; set; } = "python-3.13.0-embed-amd64"; + public static string InstallDirectory { get; set; } = "python-3.13.12-embed-amd64"; /// /// The full path to the Python directory. Customize this by setting InstallPath and InstallDirectory @@ -87,7 +87,7 @@ private static Python.Deployment.Installer.InstallationSource GetInstallationSou return new Python.Deployment.Installer.EmbeddedResourceInstallationSource() { Assembly = typeof(PythonEnv).Assembly, - ResourceName = "python-3.13.0-embed-amd64.zip", + ResourceName = "python-3.13.12-embed-amd64.zip", }; } diff --git a/Python.Included/Python.Included.csproj b/Python.Included/Python.Included.csproj index 6f7536c..81a9837 100644 --- a/Python.Included/Python.Included.csproj +++ b/Python.Included/Python.Included.csproj @@ -3,7 +3,7 @@ netstandard2.0 true - 3.13.0 + 3.13.12 Meinrad Recheis and Python Software Foundation Python.Included is an automatic deployment mechanism for .NET packages which depend on the embedded Python distribution. This allows libraries depending on Python and/or Python packages to be deployed via Nuget without having to worry about any local Python installations. @@ -20,11 +20,11 @@ - + - + diff --git a/Python.Included/Resources/python-3.13.0-embed-amd64.zip b/Python.Included/Resources/python-3.13.12-embed-amd64.zip similarity index 55% rename from Python.Included/Resources/python-3.13.0-embed-amd64.zip rename to Python.Included/Resources/python-3.13.12-embed-amd64.zip index 7b1e905..1f77832 100644 Binary files a/Python.Included/Resources/python-3.13.0-embed-amd64.zip and b/Python.Included/Resources/python-3.13.12-embed-amd64.zip differ