Skip to content

Commit f24f706

Browse files
committed
Comment 3.14 until official release
1 parent 208ba8d commit f24f706

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • scripts/docker_files/docker_file_wheelbuilder_windows

scripts/docker_files/docker_file_wheelbuilder_windows/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ RUN powershell.exe -Command \
102102
c:\python\313\python.exe -m pip install --upgrade setuptools wheel
103103

104104
#Install python 3.14
105-
RUN powershell.exe -Command \
106-
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
107-
wget https://www.python.org/ftp/python/3.14.0/python-3.14.0-amd64.exe -OutFile c:\temp\python314.exe; \
108-
mkdir c:\python\314; \
109-
Start-Process c:\temp\python314.exe -ArgumentList '/quiet InstallAllUsers=1 PrependPath=0 TargetDir=c:\\python\\314' -Wait; \
110-
c:\python\314\python.exe -m pip install --upgrade pip; \
111-
c:\python\314\python.exe -m pip install --upgrade setuptools wheel
105+
# RUN powershell.exe -Command \
106+
# [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
107+
# wget https://www.python.org/ftp/python/3.14.0/python-3.14.0-amd64.exe -OutFile c:\temp\python314.exe; \
108+
# mkdir c:\python\314; \
109+
# Start-Process c:\temp\python314.exe -ArgumentList '/quiet InstallAllUsers=1 PrependPath=0 TargetDir=c:\\python\\314' -Wait; \
110+
# c:\python\314\python.exe -m pip install --upgrade pip; \
111+
# c:\python\314\python.exe -m pip install --upgrade setuptools wheel
112112

113113
# Download and extract hdf5
114114
RUN powershell.exe -Command \

0 commit comments

Comments
 (0)