Skip to content

Commit 3ea0a37

Browse files
committed
update Python to 3.9.2
1 parent 7822105 commit 3ea0a37

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

0 commit comments

Comments
 (0)