Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Malcolm Smith <[email protected]>
  • Loading branch information
freakboy3742 and mhsmith authored Jul 31, 2024
1 parent 421b8bb commit 2fcb0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/news/buzz/july-2024-status-update/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ July saw a lot of our attention being consumed by the upcoming Python 3.13 relea
What we've done
----------------

* We've resolved a number of issues with iOS and Android compatibility in CPython 3.13. Although patches for iOS and Android compatibility landed months ago, a number of changes have been landed since then which have inadvertently broken compatibility with these platforms. These issues usually indicate a subtle issue with the implementation of the feature that has been added - but diagnosing and correcting the source of the problem can often take days. There have also been some small improvements made to the iOS patches, such as an configuration option `ensuring App Store compliance for both iOS and macOS <https://github.com/python/cpython/pull/121947>`__.
* We've resolved a number of issues with iOS and Android compatibility in CPython 3.13. Although patches for iOS and Android compatibility landed months ago, a number of changes have been landed since then which have inadvertently broken compatibility with these platforms. These issues usually indicate a subtle issue with the implementation of the feature that has been added - but diagnosing and correcting the source of the problem can often take days. There have also been some small improvements made to the iOS patches, such as a configuration option `ensuring App Store compliance for both iOS and macOS <https://github.com/python/cpython/pull/121947>`__.

* We've begun the process of backporting the CPython changes for iOS compatibility to the older supported CPython releases. So far, we've completed the port to 3.12, and the 3.11 port is mostly complete; backports for 3.10 and 3.9 should be underway shortly. This includes `significant changes to the Python-Apple-support <https://github.com/beeware/Python-Apple-support/pull/191>`__ repository, switching the build of the macOS support package to be based on the official CPython download, and adding a CI test suite that can be used to simplify the process of making a new release.

Expand All @@ -25,7 +25,7 @@ What we've done

* We corrected an issue that was causing `intermittent Toga CI failures on macOS <https://github.com/beeware/toga/pull/2730>`__.

* We've improved Briefcase's `validation of the version of git that a user has installed <https://github.com/beeware/briefcase/pull/1915>`__.
* We've improved Briefcase's `validation of the version of Git that a user has installed <https://github.com/beeware/briefcase/pull/1915>`__.

* We've `corrected an issue with the way macOS signs apps <https://github.com/beeware/briefcase/pull/1910>`__. This was causing problems with apps that have particularly complex application layouts.

Expand Down

0 comments on commit 2fcb0b2

Please sign in to comment.