Skip to content

Commit

Permalink
update (host)python3 to 3.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Apr 25, 2021
1 parent 8ab7c95 commit 61b034b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/hostpython3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HostPython3Recipe(Recipe):
:class:`~pythonforandroid.python.HostPythonRecipe`
'''

version = '3.8.5'
version = '3.8.9'
name = 'hostpython3'

build_subdir = 'native-build'
Expand Down
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/python3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Python3Recipe(TargetPythonRecipe):
:class:`~pythonforandroid.python.GuestPythonRecipe`
'''

version = '3.8.5'
version = '3.8.9'
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
name = 'python3'

Expand Down

0 comments on commit 61b034b

Please sign in to comment.