android build: bump python version (3.10.18->3.11.14)
Bump the python version used on Android from 3.10 to 3.11. The substance is the backport of the corresponding commit [0] from upstream p4a. Tested that apk is still reproducible by doing two full builds. I also used the apk a bit and it seems to work at runtime. :) [0]:78db83223f(which got squashed into83e74cac0f)
This commit is contained in:
@@ -207,7 +207,7 @@ RUN cd /opt \
|
||||
&& /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e .
|
||||
|
||||
# install python-for-android
|
||||
ENV P4A_CHECKOUT_COMMIT="e91310fbf88857b2fbd9f9a5f591300ae5da90b5"
|
||||
ENV P4A_CHECKOUT_COMMIT="a01269f7799587ad74ee40e0b642d917b8db7d4e"
|
||||
# ^ from branch electrum_20251211 (note: careful with force-pushing! see #8162)
|
||||
RUN cd /opt \
|
||||
&& git clone https://github.com/spesmilo/python-for-android \
|
||||
|
||||
Reference in New Issue
Block a user