Skip to content

Commit 693b7b8

Browse files
committed
windows: Add Python 2.7 support for the 4.13 builds
1 parent 4d48135 commit 693b7b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/windows_build_wheels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def test_wheels(single_wheel=False):
225225
def build_wheels(py_envs=DEFAULT_PY_ENVS, single_wheel=False,
226226
cleanup=False, wheel_names=None):
227227

228+
prepare_build_env("27-x64")
228229
prepare_build_env("35-x64")
229230
prepare_build_env("36-x64")
230231
prepare_build_env("37-x64")

0 commit comments

Comments
 (0)