-
Notifications
You must be signed in to change notification settings - Fork 2.2k
ci: ios #5705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: ios #5705
Conversation
4fe7197
to
bf663be
Compare
6c19acd
to
bcbab64
Compare
bcbab64
to
23e1a72
Compare
@b-pass how hard would it be to work around |
5b568e8
to
9875955
Compare
The easiest thing would be to just exclude the platform from Does CPython's If so, then I can probably make something that uses that.... |
This might just be a problem with it defaulting to iOS 1, hopefully a new build with the upstream fix will be out soon. What I did for now was allow this to be manually overridden. 13 is was CPython itself is compiled against. If 13+ turns out to be fine, it's okay. If it does require 17+, we can document it at least, and develop a workaround if it wasn't too hard. |
iOS test pass! (Minus the sub interpreter ones which I disabled when building) |
I think it must handle |
eec1d51
to
d5ef814
Compare
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
d5ef814
to
cb6ef95
Compare
It would probably be easier to set up a |
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Description
Builds on #5708.
Suggested changelog entry: