Android fixes (#2933)

* Update Android test repository URL
* Update to current Python versions, and remove patch which isn't needed anymore
This commit is contained in:
Malcolm Smith
2026-06-28 07:05:08 +02:00
committed by GitHub
parent 816a6ffbb1
commit a5624fcd2c
4 changed files with 3 additions and 18 deletions
+1 -1
View File
@@ -690,7 +690,7 @@ def test_xbuild_files(tmp_path: Path, capfd: pytest.CaptureFixture[str]) -> None
add_env={
**cp313_env,
# TODO: remove this once there are official Android NumPy wheels on PyPI.
"PIP_EXTRA_INDEX_URL": "https://chaquo.com/pypi-test",
"PIP_EXTRA_INDEX_URL": "https://chaquo.com/pypi-upstream",
"CIBW_ARCHS": "all", # Include both native and non-native archs.
"CIBW_TEST_COMMAND": f"python -c '{script}'",
},