android build: use python3.7 for now

see #6147
This commit is contained in:
SomberNight
2020-05-29 20:56:39 +02:00
parent 3e4ead446b
commit f8530b1cda

View File

@@ -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,