mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)
Increases the default minimum iOS version to 13.0. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
2bac2b86b1
commit
7e91e0dcfe
5 changed files with 23 additions and 5 deletions
|
|
@ -33,6 +33,17 @@ running, so you only need to deal with the Python code itself.
|
|||
Python at runtime on iOS
|
||||
========================
|
||||
|
||||
iOS version compatibility
|
||||
-------------------------
|
||||
|
||||
The minimum supported iOS version is specified at compile time, using the
|
||||
:option:`--host` option to ``configure``. By default, when compiled for iOS,
|
||||
Python will be compiled with a minimum supported iOS version of 13.0. To use a
|
||||
different miniumum iOS version, provide the version number as part of the
|
||||
:option:`!--host` argument - for example,
|
||||
``--host=arm64-apple-ios15.4-simulator`` would compile an ARM64 simulator build
|
||||
with a deployment target of 15.4.
|
||||
|
||||
Platform identification
|
||||
-----------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue