Skip to content

Commit 9b24b80

Browse files
committed
Add note about default Android version for testbed.
1 parent c33f4fe commit 9b24b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ machine – for example, if you're building on an ARM64 machine, then you can te
233233
ARM64 wheel. Wheels of other architectures can still be built, but testing will
234234
automatically be skipped.
235235

236-
Any arguments specified using [`test-execution`](options.md#test-execution) will be passed as arguments to the Python script that starts the [testbed project](https://github.com/python/cpython/blob/main/Android/README.md#testing). cibuildwheel will automatically start the testbed project with `--site-packages` and `--cwd` arguments matching your test environment, as well as enabling verbose output with `-v` if [`build_verbosity`](options.md#build_verbosity) is enabled. The most common additional arguments to use will be `--managed minVersion` or `--managed maxVersion`, specifying the use of a managed Android emulator with the minimum or maximum supported Android version; or `--connected <serial>`, specifying the use of an existing booted Android emulator or device.
236+
Any arguments specified using [`test-execution`](options.md#test-execution) will be passed as arguments to the Python script that starts the [testbed project](https://github.com/python/cpython/blob/main/Android/README.md#testing). cibuildwheel will automatically start the testbed project with `--site-packages` and `--cwd` arguments matching your test environment, as well as enabling verbose output with `-v` if [`build_verbosity`](options.md#build_verbosity) is enabled. The most common additional arguments to use will be `--managed minVersion` or `--managed maxVersion`, specifying the use of a managed Android emulator with the minimum or maximum supported Android version; or `--connected <serial>`, specifying the use of an existing booted Android emulator or device. By default, the testbed project will run with `--managed maxVersion`.
237237

238238
Running an emulator requires the build machine to either be bare-metal or support
239239
nested virtualization. CI platforms known to meet this requirement are:

0 commit comments

Comments
 (0)