Skip to content

Commit

Permalink
Specify Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Dec 18, 2024
1 parent e49a6fe commit e3c096b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/target-language-details.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ The following tools are required in order to compile the generated C++ source co
</ShowIf>
<ShowIf py>

To use this target, install Python 3 on your machine. See [downloading Python](https://wiki.python.org/moin/BeginnersGuide/Download).
To use this target, install Python 3 on your machine.
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.
See [downloading Python](https://wiki.python.org/moin/BeginnersGuide/Download).

**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.

Expand Down

0 comments on commit e3c096b

Please sign in to comment.