Skip to content

Commit 4a094d8

Browse files
committed
Updated python3 recipe target version to 3.7.1
1 parent 0f21372 commit 4a094d8

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
@@ -6,7 +6,7 @@
66

77

88
class Hostpython3Recipe(Recipe):
9-
version = '3.7.0'
9+
version = '3.7.1'
1010
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
1111
name = 'hostpython3'
1212

pythonforandroid/recipes/python3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class Python3Recipe(TargetPythonRecipe):
14-
version = '3.7.0'
14+
version = '3.7.1'
1515
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
1616
name = 'python3'
1717

0 commit comments

Comments
 (0)