diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-12 12:41:22 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-12 12:41:22 +0000 |
commit | 950139d363b61b0c8b228b905740027985133f5b (patch) | |
tree | 06aa15b34ca7e38b877f20ffd8d5d4912d714119 /tools/win32build | |
parent | 8174ea6b2f9f425e62d84cf4b3e646151a4ca78d (diff) | |
download | numpy-950139d363b61b0c8b228b905740027985133f5b.tar.gz |
Remove python 2.3, add 2.6 for build scripts on windows.
Diffstat (limited to 'tools/win32build')
-rw-r--r-- | tools/win32build/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
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""" |