Skip to content

Commit 957ea06

Browse files
jieyouxuNoratrieb
authored andcommitted
Revise wording to not imply *only* Python 3.10 can be installed
1 parent 206f42b commit 957ea06

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/tests/compiletest.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,9 @@ test based on the debugger currently being used:
258258
>
259259
> If you want to run lldb debuginfo tests locally, then currently on Windows it is required that:
260260
>
261-
> - You have **exactly** Python 3.10 installed -- not a newer version, not an older version,
262-
> precisely 3.10.
263-
> - You have the `python310.dll` available in your `PATH` env var. This is not provided by the
264-
> standard Python installer you obtain from `python.org`; you need to add this to `PATH` manually.
261+
> - You have Python 3.10 installed.
262+
> - You have `python310.dll` available in your `PATH` env var. This is not provided by the standard
263+
> Python installer you obtain from `python.org`; you need to add this to `PATH` manually.
265264
>
266265
> Otherwise the lldb debuginfo tests can produce crashes in mysterious ways.
267266

0 commit comments

Comments
 (0)