Skip to content

Commit 5ebd015

Browse files
committed
Update Android Python
1 parent 7c0a95a commit 5ebd015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cibuildwheel/resources/build-platforms.toml

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

226226
[android]
227227
python_configurations = [
228-
{ identifier = "cp313-android_arm64_v8a", version = "3.13", url = "https://chaquo.com/python-3.13.3+20250503.174536-aarch64-linux-android.tar.gz" },
229-
{ identifier = "cp313-android_x86_64", version = "3.13", url = "https://chaquo.com/python-3.13.3+20250503.185233-x86_64-linux-android.tar.gz" },
228+
{ identifier = "cp313-android_arm64_v8a", version = "3.13", url = "https://repo.maven.apache.org/maven2/com/chaquo/python/python/3.13.3/python-3.13.3-aarch64-linux-android.tar.gz" },
229+
{ identifier = "cp313-android_x86_64", version = "3.13", url = "https://repo.maven.apache.org/maven2/com/chaquo/python/python/3.13.3/python-3.13.3-x86_64-linux-android.tar.gz" },
230230
]
231231

232232
[ios]

0 commit comments

Comments
 (0)