python / buildmaster-config

Configuration for buildbot.python.org
https://buildbot.python.org/all/#/
30 stars 56 forks source link

Remove the explicit iOS minimum version. #496

Closed freakboy3742 closed 2 months ago

freakboy3742 commented 2 months ago

python/cpython#121250 increases the default minimum iOS version to 13.0; however, the buildbot has an explicitly encoded iOS minimum version of 12.0.

This modifies the builder configuration to fall back to the default unless specifically configured for a particular version.

vstinner commented 2 months ago

Merged, thanks.