Skip to content
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

Added Python 3.8 #127

Merged
merged 2 commits into from Oct 18, 2019
Merged

Added Python 3.8 #127

merged 2 commits into from Oct 18, 2019

Conversation

radarhere
Copy link
Member

No description provided.

@radarhere radarhere force-pushed the python38 branch 2 times, most recently from d8d236a to 64aa817 Compare October 18, 2019 09:29
@radarhere
Copy link
Member Author

The macOS install was failing because it was looking for 'python-3.8.0-macosx10.6.pkg' - which doesn't exist in https://www.python.org/ftp/python/3.8.0/. It looks like since https://www.python.org/ftp/python/3.7.5/, 10.6 has been dropped, leaving only 10.9. I updated the commit, and the builds now pass.

@radarhere
Copy link
Member Author

It may also be worth noting that we are diverging from multibuild master into multibuild devel - but
https://github.com/matthew-brett/multibuild/blob/devel/README.rst

We try to keep the master branch stable and do testing and development in the devel branch. From time to time we merge devel into master.

In practice, you can check out the newest commit from devel that works for you, then stay at it until you need newer features.

@hugovk
Copy link
Member

hugovk commented Oct 18, 2019

Thanks!

Does that affect the minimum macOS we support?

@radarhere
Copy link
Member Author

radarhere commented Oct 18, 2019

The deployment target for our builds is 10.10 - so we should be fine with installing a package for 10.9.

@hugovk
Copy link
Member

hugovk commented Oct 18, 2019

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants