We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700a228 commit 42ab1a0Copy full SHA for 42ab1a0
1 file changed
build.py
@@ -10,7 +10,7 @@
10
11
assert len(sys.argv) == 2, 'Argument is required, usage: build.py pip/twine/gource'
12
mode = sys.argv[1].strip()
13
-python = 'python3' if not sys.platform == 'win32' else 'py -3.7'
+python = 'python3' if not sys.platform == 'win32' else 'py -3.8'
14
15
if mode == 'pip':
16
if os.path.isdir('dist/'):
0 commit comments