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.
2 parents d46b896 + 11cf049 commit 0c0c62dCopy full SHA for 0c0c62d
appveyor.py
@@ -44,9 +44,9 @@ def python(self):
44
]),
45
46
MACOS: {
47
- # On macOS the binary is built using Python 3.7 (Homebrew), because
48
- # the shipped Python lacks libraries PyInstaller needs.
49
- 64: "/usr/local/bin/python3",
+ # Trying to use Python 3 compatible with PyInstaller according
+ # https://www.appveyor.com/docs/macos-images-software/#python
+ 64: "~/venv3.8/bin/python",
50
}
51
52
appveyor.yml
@@ -9,6 +9,7 @@ skip_branch_with_pr: true
9
branches:
10
only:
11
- master
12
+ - appveyor-fixes
13
- /\d*\.\d*\.\d*/
14
15
# note: on macOS the binary is built using Python 3.7 (installed via Homebrew), because
0 commit comments