We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da69d84 + c7b0d62 commit 5d39ec0Copy full SHA for 5d39ec0
docs/CONTRIBUTING.md
@@ -81,7 +81,9 @@ To build Arduino Lint from sources you need the following tools to be available
81
82
If you want to run integration tests or work on documentation, you will also need:
83
84
-- A working [Python](https://www.python.org/downloads/) environment, version 3.9 or later.
+- 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).
87
- [Poetry](https://python-poetry.org/docs/).
88
- [**Node.js** / **npm**](https://nodejs.org/en/download/) - Node.js dependencies management tool.
89
- The **Node.js** version in use is defined in the `engines.node` field of
0 commit comments