https://github.com/python/cpython/commit/a7f5e4e983e38da5df7beb4cf8d8fb62c0d4109e
commit: a7f5e4e983e38da5df7beb4cf8d8fb62c0d4109e
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-06-21T22:55:19Z
summary:

[3.13] gh-142387: Revert Android testbed to API level 35 (GH-151816) (#151885)

Revert Android testbed to API level 35
(cherry picked from commit 24828e57e17621fff166c7c81c8cf70fd5cf4540)

Co-authored-by: Malcolm Smith <[email protected]>

files:
M Android/testbed/app/build.gradle.kts

diff --git a/Android/testbed/app/build.gradle.kts 
b/Android/testbed/app/build.gradle.kts
index bd8334b64bb0a89..f9e8d7431de2a82 100644
--- a/Android/testbed/app/build.gradle.kts
+++ b/Android/testbed/app/build.gradle.kts
@@ -105,12 +105,13 @@ android {
 
         // This controls the API level of the maxVersion managed emulator, 
which is used
         // by CI and cibuildwheel.
+        //  * 32 has intermittent failures accessing the internet (#142387).
         //  * 33 has excessive buffering in the logcat client
         //    
(https://cs.android.com/android/_/android/platform/system/logging/+/d340721894f223327339010df59b0ac514308826).
-        //  * 34 consumes too much disk space on GitHub Actions (#142289).
-        //  * 35 has issues connecting to the internet (#142387).
+        //  * 34 consumes too much disk space on GitHub Actions (#142289), 
though switching to the
+        //    "default" image may be a workaround.
         //  * 36 and later are not available as aosp_atd images yet.
-        targetSdk = 32
+        targetSdk = 35
 
         versionCode = 1
         versionName = "1.0"

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to