Skip to content

Commit f35e7de

Browse files
author
Roberto De Ioris
committed
prepare automated builds for python 3.7
1 parent 2f64a70 commit f35e7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release_win64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import zipfile
77

88
UE_VERSIONS = ['4.15', '4.16', '4.17', '4.18', '4.19']
9-
PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Python27"]
9+
PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Program Files/Python37", "C:/Python27"]
1010

1111
RELEASE_DIR = sys.argv[1].rstrip('/')
1212

0 commit comments

Comments
 (0)