We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acace3 commit 588f736Copy full SHA for 588f736
pythonforandroid/recipes/hostpython3/__init__.py
@@ -6,8 +6,8 @@
6
7
8
class Hostpython3Recipe(Recipe):
9
- version = 'bpo-30386'
10
- url = 'https://github.com/inclement/cpython/archive/{version}.zip'
+ version = '3.7.0'
+ url = 'https://www.python.org/ftp/python/3.7.0/Python-{version}.tgz'
11
name = 'hostpython3'
12
13
conflicts = ['hostpython2']
pythonforandroid/recipes/python3/__init__.py
@@ -10,8 +10,8 @@
class Python3Recipe(TargetPythonRecipe):
14
15
name = 'python3'
16
17
depends = ['hostpython3']
0 commit comments