You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/news/buzz/august-2024-status-update/contents.lr
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ What we've done
11
11
12
12
* We've completed the process of backporting the CPython changes for iOS compatibility to Python 3.9 through 3.12. We've published support packages and stub binaries that incorporate these changes, and made the `changes to Briefcase needed to support these new versions <https://github.com/beeware/briefcase/pull/1934>`__.
13
13
14
-
* We've begun work on updating Mobile Forge and related binary tooling to support the new official binary tag and framework formate required by the PEP-compliant patch for iOS support. So far, we're able to compile simple binary packages like ``lru-dict``, and non-Python dependencies like ``libjpeg``; we're working on restoring binary support for more complex binary dependencies.
14
+
* We've begun work on updating Mobile Forge and related binary tooling to support the new official binary tag and framework format required by the PEP-compliant patch for iOS support. So far, we're able to compile simple binary packages like ``lru-dict``, and non-Python dependencies like ``libjpeg``; we're working on restoring binary support for more complex binary dependencies.
15
15
16
-
* We've landed the `Android test runner script <https://github.com/python/cpython/pull/121595>`__, fixed a number of issues that have arisen in CPython's Android support since the original patches landed, and `deployed an Android CPython buildbot <https://buildbot.python.org/#/builders/1594>`__. This buildbot has revealed some edge cases (primarily in socket and signal handling) that only appear to manifest under the unusual load conditions generated by a buildbot, so we've temporarily disabled the buildbot while we investigate the cause of these problems.
16
+
* We've landed the `Android test runner script <https://github.com/python/cpython/pull/121595>`__, fixed a number of issues that have arisen in CPython's Android support since the original patches landed, and `deployed an Android CPython buildbot <https://buildbot.python.org/#/builders/1594>`__. This buildbot has revealed some edge cases (primarily in socket and signal handling) that only appear to manifest under the unusual load conditions generated by a buildbot; so, we've temporarily disabled the buildbot while we investigate the cause of these problems.
17
17
18
18
* We completed work on `a new API for document-based apps <https://github.com/beeware/toga/pull/2666>`__.
19
19
@@ -30,7 +30,7 @@ What we've done
30
30
What's next?
31
31
--------------
32
32
33
-
In September, we'll be continuing work on binary package support for mobile platforms. Once we've restored support for binary wheels using the new binary tag and framework format, and added support for Python 3.13, we'll start upstreaming the changes we've made so that the wider Python ecosystem can start supporting iOS and Android. We'll also start working on the fixes to tools like ``pip``, ``cibuildwheel`` and ``meson-python`` that need to have explicit iOS support. We expect that this work will be ongoing for several months, but some of the work should be submitted upstream for review by the end of the month.
33
+
In September, we'll be continuing work on binary package support for mobile platforms. Once we've restored support for binary wheels using the new binary tag and framework format, and added support for Python 3.13, we'll start upstreaming the changes we've made so that the wider Python ecosystem can start supporting iOS and Android. We'll also start working on the fixes to tools like ``pip``, ``cibuildwheel``, and ``meson-python`` that need to have explicit iOS support. We expect that this work will be ongoing for several months, but some of the work should be submitted upstream for review by the end of the month.
34
34
35
35
We'll also be presenting at talk at `PyBay <https://pybay.org>`__ in San Francisco on mobile app development in Python, followed by the CPython core team sprint.
0 commit comments