We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
3.13
1 parent 308d126 commit ccd43b4Copy full SHA for ccd43b4
2 files changed
pythonforandroid/recipes/hostpython3/__init__.py
@@ -36,7 +36,7 @@ class HostPython3Recipe(Recipe):
36
:class:`~pythonforandroid.python.HostPythonRecipe`
37
'''
38
39
- version = '3.13.5'
+ version = '3.11.13'
40
_p_version = Version(version)
41
42
url = 'https://github.com/python/cpython/archive/refs/tags/v{version}.tar.gz'
pythonforandroid/recipes/python3/__init__.py
@@ -55,7 +55,7 @@ class Python3Recipe(TargetPythonRecipe):
55
:class:`~pythonforandroid.python.GuestPythonRecipe`
56
57
58
59
60
61
name = 'python3'
0 commit comments