-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] macOS: Installer python version #4130
[ENH] macOS: Installer python version #4130
Conversation
... and use the 10.9 min macOS target by default.
Codecov Report
@@ Coverage Diff @@
## master #4130 +/- ##
==========================================
- Coverage 85.68% 85.67% -0.01%
==========================================
Files 390 390
Lines 69732 69732
==========================================
- Hits 59750 59746 -4
- Misses 9982 9986 +4 |
Tried to test this. When I run
on Catalina, I get
|
11ba897
to
f8ecdf4
Compare
Error changed to
I get the same error if I run Edit: Tried on a clean install of Catalina to rule out OS problems, same error. |
f8ecdf4
to
c4407fc
Compare
Python installation now works, but installer building still errors with
(sip 4.19.3 has not been built for python 3.7) |
Issue
Add support for 3.7 and 3.8 python in the macOS application bundle.
Description of changes
Extend installer build scripts
Includes