From 950139d363b61b0c8b228b905740027985133f5b Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Thu, 12 Mar 2009 12:41:22 +0000 Subject: Remove python 2.3, add 2.6 for build scripts on windows. --- tools/win32build/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/win32build') diff --git a/tools/win32build/build.py b/tools/win32build/build.py index 63b62482b..b1b592db5 100644 --- a/tools/win32build/build.py +++ b/tools/win32build/build.py @@ -14,7 +14,7 @@ from os.path import join as pjoin, split as psplit, dirname PYEXECS = {"2.5" : "C:\python25\python.exe", "2.4" : "C:\python24\python24.exe", - "2.3" : "C:\python23\python23.exe"} + "2.6" : "C:\python26\python26.exe"} _SSE3_CFG = r"""[atlas] library_dirs = C:\local\lib\yop\sse3""" -- cgit v1.2.1