Update python 3 package version.

Python 3.10 to 3.10.11.
python 3.11 to 3.11.9.

Signed-off-by: Colin Xu <colin.xu@gmail.com>
This commit is contained in:
Colin Xu 2025-02-03 20:44:32 +08:00
parent 1420f049ce
commit a4bf259c82
2 changed files with 10 additions and 10 deletions

View File

@ -2,8 +2,8 @@
<packages> <packages>
<package id="python2" version="2.7.18" allowedVersions="[2.7.12,3.8.0)" targetFramework="native" /> <package id="python2" version="2.7.18" allowedVersions="[2.7.12,3.8.0)" targetFramework="native" />
<package id="python2x86" version="2.7.18" allowedVersions="[2.7.12,3.8.0)" targetFramework="native" /> <package id="python2x86" version="2.7.18" allowedVersions="[2.7.12,3.8.0)" targetFramework="native" />
<package id="python" version="3.11.2" allowedVersions="[3.5.2,3.12.0)" targetFramework="native" /> <package id="python" version="3.11.9" allowedVersions="[3.5.2,3.12.0)" targetFramework="native" />
<package id="pythonx86" version="3.11.2" allowedVersions="[3.5.2,3.12.0)" targetFramework="native" /> <package id="pythonx86" version="3.11.9" allowedVersions="[3.5.2,3.12.0)" targetFramework="native" />
<package id="clang-cmake" version="6.0.0.1" targetFramework="Native" /> <package id="clang-cmake" version="6.0.0.1" targetFramework="Native" />
<package id="llvm-cmake" version="6.0.0.1" targetFramework="Native" /> <package id="llvm-cmake" version="6.0.0.1" targetFramework="Native" />
</packages> </packages>

View File

@ -199,7 +199,7 @@
<UseDebugLibraries>true</UseDebugLibraries> <UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<PythonVersion>3.10.10</PythonVersion> <PythonVersion>3.10.11</PythonVersion>
<PythonVersionLight>3.10</PythonVersionLight> <PythonVersionLight>3.10</PythonVersionLight>
<LLVM_USE_CRT_DEBUG>MDd</LLVM_USE_CRT_DEBUG> <LLVM_USE_CRT_DEBUG>MDd</LLVM_USE_CRT_DEBUG>
</PropertyGroup> </PropertyGroup>
@ -208,7 +208,7 @@
<UseDebugLibraries>true</UseDebugLibraries> <UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<PythonVersion>3.11.2</PythonVersion> <PythonVersion>3.11.9</PythonVersion>
<PythonVersionLight>3.11</PythonVersionLight> <PythonVersionLight>3.11</PythonVersionLight>
<LLVM_USE_CRT_DEBUG>MDd</LLVM_USE_CRT_DEBUG> <LLVM_USE_CRT_DEBUG>MDd</LLVM_USE_CRT_DEBUG>
</PropertyGroup> </PropertyGroup>
@ -271,7 +271,7 @@
<UseDebugLibraries>true</UseDebugLibraries> <UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<PythonVersion>3.10.10</PythonVersion> <PythonVersion>3.10.11</PythonVersion>
<PythonVersionLight>3.10</PythonVersionLight> <PythonVersionLight>3.10</PythonVersionLight>
<LLVM_USE_CRT_DEBUG>MDd</LLVM_USE_CRT_DEBUG> <LLVM_USE_CRT_DEBUG>MDd</LLVM_USE_CRT_DEBUG>
</PropertyGroup> </PropertyGroup>
@ -280,7 +280,7 @@
<UseDebugLibraries>true</UseDebugLibraries> <UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<PythonVersion>3.11.2</PythonVersion> <PythonVersion>3.11.9</PythonVersion>
<PythonVersionLight>3.11</PythonVersionLight> <PythonVersionLight>3.11</PythonVersionLight>
<LLVM_USE_CRT_DEBUG>MDd</LLVM_USE_CRT_DEBUG> <LLVM_USE_CRT_DEBUG>MDd</LLVM_USE_CRT_DEBUG>
</PropertyGroup> </PropertyGroup>
@ -350,7 +350,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<PythonVersion>3.10.10</PythonVersion> <PythonVersion>3.10.11</PythonVersion>
<PythonVersionLight>3.10</PythonVersionLight> <PythonVersionLight>3.10</PythonVersionLight>
<LLVM_USE_CRT_RELEASE>MT</LLVM_USE_CRT_RELEASE> <LLVM_USE_CRT_RELEASE>MT</LLVM_USE_CRT_RELEASE>
</PropertyGroup> </PropertyGroup>
@ -360,7 +360,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<PythonVersion>3.11.2</PythonVersion> <PythonVersion>3.11.9</PythonVersion>
<PythonVersionLight>3.11</PythonVersionLight> <PythonVersionLight>3.11</PythonVersionLight>
<LLVM_USE_CRT_RELEASE>MT</LLVM_USE_CRT_RELEASE> <LLVM_USE_CRT_RELEASE>MT</LLVM_USE_CRT_RELEASE>
</PropertyGroup> </PropertyGroup>
@ -430,7 +430,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<PythonVersion>3.10.10</PythonVersion> <PythonVersion>3.10.11</PythonVersion>
<PythonVersionLight>3.10</PythonVersionLight> <PythonVersionLight>3.10</PythonVersionLight>
<LLVM_USE_CRT_RELEASE>MT</LLVM_USE_CRT_RELEASE> <LLVM_USE_CRT_RELEASE>MT</LLVM_USE_CRT_RELEASE>
</PropertyGroup> </PropertyGroup>
@ -440,7 +440,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<PythonVersion>3.11.2</PythonVersion> <PythonVersion>3.11.9</PythonVersion>
<PythonVersionLight>3.11</PythonVersionLight> <PythonVersionLight>3.11</PythonVersionLight>
<LLVM_USE_CRT_RELEASE>MT</LLVM_USE_CRT_RELEASE> <LLVM_USE_CRT_RELEASE>MT</LLVM_USE_CRT_RELEASE>
</PropertyGroup> </PropertyGroup>