Skip to content

Commit 42ab1a0

Browse files
committed
Update build
1 parent 700a228 commit 42ab1a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.py

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

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

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

0 commit comments

Comments
 (0)