Skip to content

Commit

Permalink
Merge pull request #37 from thewtex/windows-37
Browse files Browse the repository at this point in the history
scripts: Build for Python 3.7 on Windows by default
  • Loading branch information
thewtex committed Jul 8, 2019
2 parents 9d35887 + 62d55db commit 169303b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/internal/windows_build_common.py
Expand Up @@ -3,7 +3,7 @@
from subprocess import check_call
import os

DEFAULT_PY_ENVS = ["35-x64", "36-x64"]
DEFAULT_PY_ENVS = ["35-x64", "36-x64", "37-x64"]

SCRIPT_DIR = os.path.dirname(__file__)
ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, "..", ".."))
Expand Down

0 comments on commit 169303b

Please sign in to comment.