Skip to content

Commit f8ecdf4

Browse files
committed
scripts//build-macos-app.sh: Use python 3.7.5 by default
1 parent 14328fd commit f8ecdf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/macos/build-macos-app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Create (build) an macOS application bundle
88
99
Options:
1010
--python-version VERSION
11-
Python version to install in the application bundle (default: 3.6.1)
11+
Python version to install in the application bundle (default: 3.7.5)
1212
1313
--pip-arg ARG
1414
Pip install arguments to populate the python environemnt in the
@@ -41,7 +41,7 @@ Examples
4141
DIR=$(dirname "$0")
4242

4343
# Python version in the bundled framework
44-
PYTHON_VERSION=3.6.1
44+
PYTHON_VERSION=3.7.5
4545

4646
# Pip arguments used to populate the python environment in the application
4747
# bundle

0 commit comments

Comments
 (0)