diff --git a/build.py b/build.py index 4465e95..1362770 100644 --- a/build.py +++ b/build.py @@ -10,7 +10,7 @@ assert len(sys.argv) == 2, 'Argument is required, usage: build.py pip/twine/gource' mode = sys.argv[1].strip() -python = 'python3' if not sys.platform == 'win32' else 'py -3.7' +python = 'python3' if not sys.platform == 'win32' else 'py -3.8' if mode == 'pip': if os.path.isdir('dist/'):