Skip to content

Commit 5d39ec0

Browse files
authored
Merge pull request #802 from per1234/document-python-version
Reference canonical Python version info source in contributor guide
2 parents da69d84 + c7b0d62 commit 5d39ec0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ To build Arduino Lint from sources you need the following tools to be available
8181

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

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

0 commit comments

Comments
 (0)