tandroid build: use python3.7 for now - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit f8530b1cdaf9a8e044cddb962ae1e6ffcdb77085 DIR parent 3e4ead446b8ec170d1110a2c22d8f3791082dd26 HTML Author: SomberNight <somber.night@protonmail.com> Date: Fri, 29 May 2020 20:56:39 +0200 android build: use python3.7 for now see #6147 Diffstat: M electrum/gui/kivy/tools/buildozer.… | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- DIR diff --git a/electrum/gui/kivy/tools/buildozer.spec b/electrum/gui/kivy/tools/buildozer.spec t@@ -36,7 +36,9 @@ version.filename = %(source.dir)s/electrum/version.py # (list) Application requirements requirements = - python3, + # note: re python3.8, see #6147 + hostpython3==3.7.7, + python3==3.7.7, android, openssl, plyer,