Skip to content

Commit

Permalink
Add news fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 15, 2024
1 parent c5f7b20 commit c52749c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/1027.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- :ref:`buildPython` must now be at least Python 3.8.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/1083.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`sys.stdin` is no longer overridden, so it has all the standard attributes including `buffer`.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/1169.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update CA bundle to certifi 2024.8.30.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/1210.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python version 3.13 is now supported.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/1211.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update runtime Python versions to 3.8.20, 3.9.20, 3.10.15, 3.11.10, 3.12.7 and 3.13.0.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/1212.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python version 3.13 is now supported.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/1224.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Android Gradle plugin versions 8.6 to 8.7 are now supported.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/1245.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Android Gradle plugin versions 8.6 to 8.7 are now supported.
3 changes: 3 additions & 0 deletions product/runtime/docs/sphinx/changes/718.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
`minSdk` must now be at least API level 24. This
still covers `97% of active devices
<https://dl.google.com/android/studio/metadata/distributions.json>`__.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/889.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
When exceptions are thrown during an import, the traceback now contains only a single copy of `import_override`, rather than one for every import level.
2 changes: 2 additions & 0 deletions product/runtime/docs/sphinx/changes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This directory contains towncrier news fragments for the next release. The configuration
is in pyproject.toml at the root of the repository.

0 comments on commit c52749c

Please sign in to comment.