Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs/TOOLS.md
Browse files Browse the repository at this point in the history
Add more details about tooling

Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
glaxxie and BethanyG authored Nov 25, 2024
1 parent 10064e4 commit c77b229
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/TOOLS.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,10 @@ If you have an editor, IDE, tool, or plugin recommendation, we encourage you to


Before you start exploring, make sure that you have a recent version of Python installed.
The Exercism platform currently supports `Python 3.7 - 3.11.5` (_exercises and tests_) and `Python 3.11.5` (_tooling_).
The Exercism web platform currently supports `Python 3.7 - 3.11.5` (_exercises and tests_) and `Python 3.11.5` (_tooling_).
Our online test runner currently uses `pytest 7.2.2` and `pytest-subtests 0.11.0`.
Our online analyzer uses `pylint 2.17.7`.
Using different versions of `Python`, `pytest`, or `pylint` locally might give you different results than the website.
For more information, please refer to [Installing Python locally][Installing Python locally].

<br>

0 comments on commit c77b229

Please sign in to comment.