Skip to content

Commit 7bc1245

Browse files
authored
Update pyproject.toml
1 parent 8ff11d4 commit 7bc1245

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ xbuild-tools = ["cmake", "ninja"]
212212
test-command = "python -m pytest --benchmark-disable tests"
213213
environment.PIP_EXTRA_INDEX_URL = "https://pypi.anaconda.org/beeware/simple/"
214214

215-
# [tool.cibuildwheel.android]
216-
# build-frontend = "build"
217-
# xbuild-tools = ["cmake", "ninja"]
218-
# test-command = "pytest --benchmark-disable tests"
219-
# environment.PIP_EXTRA_INDEX_URL = "https://chaquo.com/pypi-13.1"
215+
[tool.cibuildwheel.android]
216+
build-frontend = "build"
217+
test-command = "python -m pytest --benchmark-disable tests"
218+
environment.ANDROID_API_LEVEL = "24"
219+
environment.PIP_EXTRA_INDEX_URL = "https://chaquo.com/pypi-13.1"
220220

221221
[[tool.cibuildwheel.overrides]]
222222
select = "pp310-macosx_arm64"

0 commit comments

Comments
 (0)