Skip to content

Commit

Permalink
Merge pull request #802 from per1234/document-python-version
Browse files Browse the repository at this point in the history
Reference canonical Python version info source in contributor guide
  • Loading branch information
per1234 authored Oct 17, 2024
2 parents da69d84 + c7b0d62 commit 5d39ec0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ To build Arduino Lint from sources you need the following tools to be available

If you want to run integration tests or work on documentation, you will also need:

- A working [Python](https://www.python.org/downloads/) environment, version 3.9 or later.
- A working [Python](https://www.python.org/downloads/) environment.
- The **Python** version in use is defined in the `tool.poetry.dependencies` field of
[`pyproject.toml`](https://github.com/arduino/arduino-lint/blob/main/pyproject.toml).
- [Poetry](https://python-poetry.org/docs/).
- [**Node.js** / **npm**](https://nodejs.org/en/download/) - Node.js dependencies management tool.
- The **Node.js** version in use is defined in the `engines.node` field of
Expand Down

0 comments on commit 5d39ec0

Please sign in to comment.