Skip to content

Commit a8480c5

Browse files
authored
Merge pull request kivy#2451 from obfusk/python-3.8.9
update (host)python3 to 3.8.9
2 parents 8ab7c95 + 61b034b commit a8480c5

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
@@ -33,7 +33,7 @@ class HostPython3Recipe(Recipe):
3333
:class:`~pythonforandroid.python.HostPythonRecipe`
3434
'''
3535

36-
version = '3.8.5'
36+
version = '3.8.9'
3737
name = 'hostpython3'
3838

3939
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.5'
59+
version = '3.8.9'
6060
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
6161
name = 'python3'
6262

0 commit comments

Comments
 (0)