This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ Python Android Support
2
2
======================
3
3
4
4
This is a meta-package for building a version of CPython that can be embedded
5
- into an Android project. It supports Python versions 3.7 through 3.11 (inclusive).
5
+ into an Android project. It supports Python versions 3.7 through 3.10
6
+ (inclusive); experimental support for Py3.11 also exists.
6
7
7
8
It works by downloading, patching, and building CPython and selected pre-
8
9
requisites, packaging them as linkable dynamic libraries, and packaging
@@ -49,6 +50,11 @@ You can run ``python3 test_all_extensions_built.py dist/Python-*-Android-support
49
50
to quickly validate that the expected compiled extension modules are available for a
50
51
given build.
51
52
53
+ You can also use the `Python Support testbed
54
+ <https://github.com/beeware/Python-support-testbed> ` project to validate that
55
+ the core pieces of the support package (including modules that have historically
56
+ been problematic) are all present and working.
57
+
52
58
To run the CPython test suite within an app context, you can add this code to a
53
59
briefcase app::
54
60
@@ -68,5 +74,3 @@ briefcase app::
68
74
69
75
Note that you must modify the ``pythonhome `` excludes list for this to work properly,
70
76
which will make the support package larger.
71
-
72
- .. _can be downloaded : https://briefcase-support.org/python?platform=android&version=3.7
You can’t perform that action at this time.
0 commit comments