Skip to content

Commit 6dd3b96

Browse files
authored
Merge pull request #176 from thewtex/windows-3.10
ENH: Add Python 3.10 to Windows builds
2 parents 8dc3466 + 63a10e9 commit 6dd3b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/windows_build_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import shutil
66

7-
DEFAULT_PY_ENVS = ["37-x64", "38-x64", "39-x64"]
7+
DEFAULT_PY_ENVS = ["37-x64", "38-x64", "39-x64", "310-x64"]
88

99
SCRIPT_DIR = os.path.dirname(__file__)
1010
ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, "..", ".."))

0 commit comments

Comments
 (0)