We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f21372 commit 4a094d8Copy full SHA for 4a094d8
2 files changed
pythonforandroid/recipes/hostpython3/__init__.py
@@ -6,7 +6,7 @@
6
7
8
class Hostpython3Recipe(Recipe):
9
- version = '3.7.0'
+ version = '3.7.1'
10
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
11
name = 'hostpython3'
12
pythonforandroid/recipes/python3/__init__.py
@@ -11,7 +11,7 @@
13
class Python3Recipe(TargetPythonRecipe):
14
15
16
name = 'python3'
17
0 commit comments