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 14328fd commit f8ecdf4Copy full SHA for f8ecdf4
scripts/macos/build-macos-app.sh
@@ -8,7 +8,7 @@ Create (build) an macOS application bundle
8
9
Options:
10
--python-version VERSION
11
- Python version to install in the application bundle (default: 3.6.1)
+ Python version to install in the application bundle (default: 3.7.5)
12
13
--pip-arg ARG
14
Pip install arguments to populate the python environemnt in the
@@ -41,7 +41,7 @@ Examples
41
DIR=$(dirname "$0")
42
43
# Python version in the bundled framework
44
-PYTHON_VERSION=3.6.1
+PYTHON_VERSION=3.7.5
45
46
# Pip arguments used to populate the python environment in the application
47
# bundle
0 commit comments