gh-152023: Update Android and Windows builds to SQLite 3.53.4 - #155101
gh-152023: Update Android and Windows builds to SQLite 3.53.4#155101StanFromIreland wants to merge 4 commits into
Conversation
|
I've created a SQLite release for Android, and rerun the Android CI on this PR. I've also sent you an invite to join the cpython-android-source-deps repository, which will allow you to create future releases by pushing a tag, as described in the README. There's no need to ask me before doing this, unless the release requires any other changes to the repository, in which case please make a PR first. |
|
I was just going to grab the sources to update |
I think switching to 3.53.4 is fine, any thoughts @ned-deily? I can update this PR to include macOS. |
|
3.53.4 should be good. I'll take care of updating the Mac installer builds. |
|
Switched to SQLite 3.53.4. I don't mind doing the macOS installer too, since I'm updating the others anyway, Ned :-) |
|
I've pushed the tag to |
|
Yep, that should do it :) |
This extends #153867 (macOS) to Android and Windows. I have yet to add the sources for either platform, I'm not quite sure how to go about that, @zware, could you please help with these? :-)
Additionally for Android, beeware/cpython-android-source-deps#10 is required before building SQLite to enable the
median()andpercentile()functions.