Skip to content

Commit ccd43b4

Browse files
committed
python: add 3.13 support
1 parent 308d126 commit ccd43b4

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
@@ -36,7 +36,7 @@ class HostPython3Recipe(Recipe):
3636
:class:`~pythonforandroid.python.HostPythonRecipe`
3737
'''
3838

39-
version = '3.13.5'
39+
version = '3.11.13'
4040
_p_version = Version(version)
4141

4242
url = 'https://github.com/python/cpython/archive/refs/tags/v{version}.tar.gz'

pythonforandroid/recipes/python3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Python3Recipe(TargetPythonRecipe):
5555
:class:`~pythonforandroid.python.GuestPythonRecipe`
5656
'''
5757

58-
version = '3.13.5'
58+
version = '3.11.13'
5959
_p_version = Version(version)
6060
url = 'https://github.com/python/cpython/archive/refs/tags/v{version}.tar.gz'
6161
name = 'python3'

0 commit comments

Comments
 (0)