beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.11k stars 161 forks source link

Python3.7.4 support #77

Closed kitsek closed 4 years ago

kitsek commented 5 years ago

as the title indicates

efroemling commented 5 years ago

+1 for this. Alternately, is there any info available about how Python.patch is generated or what it takes to update it for different Python releases?

freakboy3742 commented 5 years ago

@efroemling The patch is updated using the make update-patch build target.

I base it off https://github.com/freakboy3742/cpython, which is a fork of the main CPython repository with iOS patches applied. Whenever I get around to making a new release, I merge updates from the upstream CPython branch repository, and regenerate the patch.

freakboy3742 commented 4 years ago

Python 3.7 support has now been added.