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/october-2025-status-update/contents.lr
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ October saw the release of Python 3.14, which brought about a lot of release-rel
8
8
9
9
## What we've done
10
10
11
-
- We completed our transition to using Markdown for all our documentation, including [the tutorial](https://github.com/beeware/beeware-tutorial), [Toga](https://github.com/beeware/toga/pull/3719), [Briefcase](https://github.com/beeware/briefcase/pull/2502), and [Rubicon Objective-C](https://github.com/beeware/rubicon-objc/pull/658)
12
-
- In recognition of her work on the Markdown conversion, we [welcomed Kattni as a new member of the core team!](https://github.com/beeware/beeware.github.io/pull/709)
13
-
- Our Curtin students wrapped their year-long capstone project. This resulted in three major pieces of work: [a major update to how Briefcase handles the PyScript and HTML/CSS dependencies](https://github.com/beeware/briefcase/pull/2442); the [introduction of a virtual environment management layer to Briefcase](https://github.com/beeware/briefcase/pull/2495); and a [prototype of an approach for automated testing of Toga's web backend](https://github.com/beeware/toga/pull/3728)
11
+
- We completed our transition to using Markdown for all our documentation, including [the tutorial](https://github.com/beeware/beeware-tutorial), [Toga](https://github.com/beeware/toga/pull/3719), [Briefcase](https://github.com/beeware/briefcase/pull/2502), and [Rubicon Objective-C](https://github.com/beeware/rubicon-objc/pull/658).
12
+
- In recognition of her work on the Markdown conversion, we [welcomed Kattni as a new member of the core team](https://github.com/beeware/beeware.github.io/pull/709)!
13
+
- Our Curtin students wrapped their year-long capstone project. This resulted in three major pieces of work: [a major update to how Briefcase handles the PyScript and HTML/CSS dependencies](https://github.com/beeware/briefcase/pull/2442); the [introduction of a virtual environment management layer to Briefcase](https://github.com/beeware/briefcase/pull/2495); and a [prototype of an approach for automated testing of Toga's web backend](https://github.com/beeware/toga/pull/3728).
14
14
- Python's CI system [now includes a test run on iOS](https://github.com/python/cpython/pull/140190). This then revealed some odd behavior on GitHub Actions that [required some investigation and a workaround](https://github.com/python/cpython/pull/140740).
15
-
- We modified [CPython's Android test runner to accept all of Python's command line options](https://github.com/python/cpython/pull/138805).
16
-
- We corrected the [handling of `ctypes` loading the Python library on Android and Cygwin when ABI flags are present](https://github.com/python/cpython/pull/140178)
15
+
- We modified [CPython's Android test runner to accept all of Python's command line options](https://github.com/python/cpython/pull/138805), and made [corresponding changes in cibuildwheel](https://github.com/pypa/cibuildwheel/pull/2590).
16
+
- We corrected the [handling of `ctypes` loading the Python library on Android and Cygwin when ABI flags are present](https://github.com/python/cpython/pull/140178).
17
17
- We contributed a new option to `cibuildwheel` that [allows configuration of the iOS and Android test runner](https://github.com/pypa/cibuildwheel/pull/2636).
18
-
- We modified Briefcase's MSI installer handling to add support for [post-install and pre-uninstall scripts](https://github.com/beeware/briefcase/pull/2496), and to [make the creation of a start menu item optional](https://github.com/beeware/briefcase/pull/2534)
18
+
- We modified Briefcase's MSI installer handling to add support for [post-install and pre-uninstall scripts](https://github.com/beeware/briefcase/pull/2496), and to [make the creation of a start menu item optional](https://github.com/beeware/briefcase/pull/2534).
19
19
- We modified how [Briefcase's `dev` command interacts with environment variables](https://github.com/beeware/briefcase/pull/2514).
20
20
- We made a number of linting improvements to Briefcase, [enabling](https://github.com/beeware/briefcase/pull/2515)[more](https://github.com/beeware/briefcase/pull/2516)[Ruff](https://github.com/beeware/briefcase/pull/2520)[rules](https://github.com/beeware/briefcase/pull/2523).
21
21
- We corrected an issue with [desktop icon association in GNOME apps](https://github.com/beeware/briefcase-linux-system-template/pull/41).
@@ -24,7 +24,7 @@ October saw the release of Python 3.14, which brought about a lot of release-rel
24
24
- We made a [small change to the Winforms event loop that should improve performance of network-intensive code](https://github.com/beeware/toga/pull/3823).
25
25
- We landed [some Toga-related upgrades to Podium, BeeWare's slide presentation app](https://github.com/beeware/podium/pull/65).
26
26
- We [completed our transition to the use of PEP 735 dependency groups](https://github.com/beeware/.github/pull/251) across all BeeWare repositories. This means our published wheels will no longer include the list of development requirements; it also means we can [retire some utility workflows](https://github.com/beeware/.github/pull/258) that were previously required.
27
-
- We added [automated draft translation workflows for new tutorial content.](https://github.com/beeware/beeware-tutorial/pull/13)
27
+
- We added [automated draft translation workflows for new tutorial content.](https://github.com/beeware/beeware-tutorial/pull/13).
28
28
- We upgraded all of our CI configurations to [retire the use of the soon-to-be-deprecated macos-13 runner](https://github.com/beeware/.github/pull/247).
0 commit comments