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 f7434de + 2321441 commit c7186b3Copy full SHA for c7186b3
pythonforandroid/recipes/hostpython3/__init__.py
@@ -34,7 +34,7 @@ class HostPython3Recipe(Recipe):
34
:class:`~pythonforandroid.python.HostPythonRecipe`
35
'''
36
37
- version = '3.8.1'
+ version = '3.8.5'
38
name = 'hostpython3'
39
40
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