-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable Python 3.11 - 3.13 on Android #99
Conversation
iOS failed to get the test result twice in a row, on different Python versions, but that doesn't seem to have anything to do with this PR: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Android changes look good; but we can walk back the iOS changes. I'll get those rolled back now.
.github/workflows/ci.yml
Outdated
python-version: "3.13-dev" | ||
# numpy and pandas aren't available for 3.13 on iOS | ||
- backend: "iOS" | ||
python-version: "3.13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can run the test suite on iOS; we just can't run the numpy and pandas tests; but they should be resilient to the package not being present.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For that matter, the 3.13 support packages exist for flatpaks and Windows.
All the necessary wheels have now been released.
PR Checklist: