Skip to content

Commit d009be1

Browse files
committed
Fix build
1 parent b19d159 commit d009be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
assert len(sys.argv) == 2, 'Argument is required, usage: build.py pip/twine/gource'
1313
mode = sys.argv[1].strip()
14-
python = 'python3' if not sys.platform == 'win32' else 'py -3.7'
14+
python = 'python3' if not sys.platform == 'win32' else 'py -3.8'
1515

1616
if mode == 'pip':
1717
if os.path.isdir('dist'):

0 commit comments

Comments
 (0)