aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Misc
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2025-04-30 05:35:36 +0800
committerGitHub <noreply@github.com>2025-04-30 05:35:36 +0800
commit42b0b0667e67ff444a03d0e7b217e77f3aae535d (patch)
treeb957e355303331f49b81d76205615d97daa7c0c8 /Misc
parentc46635aa5a20fc1b4c5e85370fa0fa2303c47c14 (diff)
downloadcpython-main.tar.gz
cpython-main.zip
gh-133131: Discover an appropriate iOS simulator rather than hard-coding iPhone SE 3rd gen (#133132)HEADmain
Determines a candidate simulator at runtime rather than hardcoding iPhone SE.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2025-04-29-14-56-37.gh-issue-133131.1pchjl.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2025-04-29-14-56-37.gh-issue-133131.1pchjl.rst b/Misc/NEWS.d/next/Tests/2025-04-29-14-56-37.gh-issue-133131.1pchjl.rst
new file mode 100644
index 00000000000..30b0f18f8dc
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2025-04-29-14-56-37.gh-issue-133131.1pchjl.rst
@@ -0,0 +1,2 @@
+The iOS testbed will now select the most recently released "SE-class" device
+for testing if a device isn't explicitly specified.