Skip to content

Commit 0347e3f

Browse files
committed
Add explicit details about supported architectures.
1 parent 6204046 commit 0347e3f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/specifications/platform-compatibility-tags.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ Android's release documentation contains the `full list of Android versions and
227227
their corresponding SDK versions
228228
<https://developer.android.com/tools/releases/platforms>`__.
229229

230+
There are 4 supported architectures:
231+
* ``armeabi_v7a``
232+
* ``arm64_v8a``
233+
* ``x86``
234+
* ``x86_64``
235+
230236
By default, Python 3.13 is compiled using SDK 24 (i.e, Android 7); Python 3.14
231237
uses SDK 27 (i.e, Android 8.1).
232238

@@ -246,6 +252,9 @@ but are incompatible at the binary level, even if they are running on the same
246252
architecture. Code compiled for an arm64 simulator will not run on an arm64
247253
device.
248254

255+
The ``iphonesimulator`` SDK supports 2 architectures: ``arm64`` and ``x86_64``.
256+
The ``iphoneos`` SDK only supports the ``arm64`` architecture.
257+
249258
By default, Python is compiled with a minimum iOS compatibility version of 13.0.
250259

251260
Use

0 commit comments

Comments
 (0)