Skip to content

Commit 257b05d

Browse files
committed
use python 3.14.3
1 parent 2369304 commit 257b05d

9 files changed

Lines changed: 7 additions & 9 deletions

PythonScript/project/PythonSettings.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<PropertyGroup Label="UserMacros">
55
<BoostBase>$(SolutionDir)boost\</BoostBase>
66
<BoostPythonLibPath>$(SolutionDir)boost\lib</BoostPythonLibPath>
7-
<PythonBase>$(SolutionDir)packages\pythonx86.3.12.10\tools</PythonBase>
8-
<PythonBaseX64>$(SolutionDir)packages\python.3.12.10\tools</PythonBaseX64>
9-
<PythonBaseARM64>$(SolutionDir)packages\pythonarm64.3.12.10\tools</PythonBaseARM64>
7+
<PythonBase>$(SolutionDir)packages\pythonx86.3.14.3\tools</PythonBase>
8+
<PythonBaseX64>$(SolutionDir)packages\python.3.14.3\tools</PythonBaseX64>
9+
<PythonBaseARM64>$(SolutionDir)packages\pythonarm64.3.14.3\tools</PythonBaseARM64>
1010
<PythonLibPath>$(PythonBase)\libs</PythonLibPath>
1111
<PythonLibPathX64>$(PythonBaseX64)\libs</PythonLibPathX64>
1212
<PythonLibPathARM64>$(PythonBaseARM64)\libs</PythonLibPathARM64>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="WixToolset.UI.wixext" version="6.0.2" targetFramework="native" />
4-
<package id="python" version="3.12.10" targetFramework="native" />
5-
<package id="pythonx86" version="3.12.10" targetFramework="native" />
6-
<package id="pythonarm64" version="3.12.10" targetFramework="native" />
4+
<package id="python" version="3.14.3" targetFramework="native" />
5+
<package id="pythonx86" version="3.14.3" targetFramework="native" />
6+
<package id="pythonarm64" version="3.14.3" targetFramework="native" />
77
</packages>
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="WixToolset.UI.wixext" version="6.0.1" targetFramework="native" />
4-
<package id="boost" version="1.87.0" targetFramework="native" />
5-
<package id="boost_python312-vc143" version="1.87.0" targetFramework="native" />
3+
<package id="WixToolset.UI.wixext" version="6.0.2" targetFramework="native" />
64
</packages>
-1.35 MB
Binary file not shown.
-1.9 MB
Binary file not shown.
1.35 MB
Binary file not shown.
1.88 MB
Binary file not shown.

boost/lib/libboost_python312-vc143-mt-sgd-x32-1_90.lib renamed to boost/lib/libboost_python314-vc143-mt-sgd-x32-1_90.lib

15.1 MB
Binary file not shown.

boost/lib/libboost_python312-vc143-mt-sgd-x64-1_90.lib renamed to boost/lib/libboost_python314-vc143-mt-sgd-x64-1_90.lib

17.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)