Skip to content

Commit c7186b3

Browse files
authored
Merge pull request kivy#2281 from obfusk/update-python
update python3 & hostpython3 to 3.8.5
2 parents f7434de + 2321441 commit c7186b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/recipes/hostpython3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class HostPython3Recipe(Recipe):
3434
:class:`~pythonforandroid.python.HostPythonRecipe`
3535
'''
3636

37-
version = '3.8.1'
37+
version = '3.8.5'
3838
name = 'hostpython3'
3939

4040
build_subdir = 'native-build'

pythonforandroid/recipes/python3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Python3Recipe(TargetPythonRecipe):
5656
:class:`~pythonforandroid.python.GuestPythonRecipe`
5757
'''
5858

59-
version = '3.8.1'
59+
version = '3.8.5'
6060
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
6161
name = 'python3'
6262

0 commit comments

Comments
 (0)