Skip to content

Commit 62817d8

Browse files
committed
Download Android Python from Maven Central
1 parent d6890a8 commit 62817d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Usage
6868
<sup[Requires emulation](https://cibuildwheel.pypa.io/en/stable/faq/#emulation), distributed separately. Other services may also support Linux ARM through emulation or third-party build hosts, but these are not tested in our CI.</sup><br>
6969
<sup[Uses cross-compilation](https://cibuildwheel.pypa.io/en/stable/faq/#windows-arm64). It is not possible to test `arm64` on this CI platform.</sup><br>
7070
<sup>³ Requires a macOS runner; runs tests on the simulator for the runner's architecture.</sup><br>
71-
<sup>⁴ Requires runner to be Linux x86_64, macOS ARM64 or macOS x86_64. Runs tests on the emulator for the runner's architecture.</sup><br>
71+
<sup>⁴ Building for Android requires the runner to be Linux x86_64, macOS ARM64 or macOS x86_64. Testing is supported on the same platforms, but also requires the runner to either be bare-metal, or support nested virtualization. CI platforms known to meet this requirement are: GitHub Actions Linux x86_64.</sup><br>
7272
<!--intro-end-->
7373

7474
Example setup

cibuildwheel/resources/build-platforms.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ python_configurations = [
226226

227227
[android]
228228
python_configurations = [
229-
{ identifier = "cp313-android_arm64_v8a", version = "3.13", url = "https://chaquo.com/python-3.13.3+20250603.183345-aarch64-linux-android.tar.gz" },
230-
{ identifier = "cp313-android_x86_64", version = "3.13", url = "https://chaquo.com/python-3.13.3+20250603.194341-x86_64-linux-android.tar.gz" },
229+
{ identifier = "cp313-android_arm64_v8a", version = "3.13", url = "https://repo.maven.apache.org/maven2/com/chaquo/python/python/3.13.3.20250603.183345/python-3.13.3.20250603.183345-aarch64-linux-android.tar.gz" },
230+
{ identifier = "cp313-android_x86_64", version = "3.13", url = "https://repo.maven.apache.org/maven2/com/chaquo/python/python/3.13.3.20250603.183345/python-3.13.3.20250603.183345-x86_64-linux-android.tar.gz" },
231231
]
232232

233233
[ios]

0 commit comments

Comments
 (0)