Skip to content

Commit

Permalink
Moved from bpo-30386 branch to python 3.7.0 official distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
inclement committed Oct 18, 2018
1 parent 5acace3 commit 588f736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/hostpython3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


class Hostpython3Recipe(Recipe):
version = 'bpo-30386'
url = 'https://github.com/inclement/cpython/archive/{version}.zip'
version = '3.7.0'
url = 'https://www.python.org/ftp/python/3.7.0/Python-{version}.tgz'
name = 'hostpython3'

conflicts = ['hostpython2']
Expand Down
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/python3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


class Python3Recipe(TargetPythonRecipe):
version = 'bpo-30386'
url = 'https://github.com/inclement/cpython/archive/{version}.zip'
version = '3.7.0'
url = 'https://www.python.org/ftp/python/3.7.0/Python-{version}.tgz'
name = 'python3'

depends = ['hostpython3']
Expand Down

0 comments on commit 588f736

Please sign in to comment.