Skip to content

Commit e3c096b

Browse files
committed
Specify Python versions
1 parent e49a6fe commit e3c096b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/target-language-details.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ The following tools are required in order to compile the generated C++ source co
103103
</ShowIf>
104104
<ShowIf py>
105105

106-
To use this target, install Python 3 on your machine. See [downloading Python](https://wiki.python.org/moin/BeginnersGuide/Download).
106+
To use this target, install Python 3 on your machine.
107+
The target has been tested using Python 3.10, 3.11, 3.12, and 3.13; the nightly regression tests use Python version 3.10.0.
108+
See [downloading Python](https://wiki.python.org/moin/BeginnersGuide/Download).
107109

108110
**NOTE:** The Python target requires a C implementation of Python (nicknamed CPython). This is what you will get if you use the above link, or with most of the alternative Python installations such as Anaconda. See [Python download alternatives](https://www.python.org/download/alternatives/) for more details.
109111

0 commit comments

Comments
 (0)