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.
2 parents 8ab7c95 + 61b034b commit a8480c5Copy full SHA for a8480c5
pythonforandroid/recipes/hostpython3/__init__.py
@@ -33,7 +33,7 @@ class HostPython3Recipe(Recipe):
33
:class:`~pythonforandroid.python.HostPythonRecipe`
34
'''
35
36
- version = '3.8.5'
+ version = '3.8.9'
37
name = 'hostpython3'
38
39
build_subdir = 'native-build'
pythonforandroid/recipes/python3/__init__.py
@@ -56,7 +56,7 @@ class Python3Recipe(TargetPythonRecipe):
56
:class:`~pythonforandroid.python.GuestPythonRecipe`
57
58
59
60
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
61
name = 'python3'
62
0 commit comments