Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Then access the docs at [http://localhost:8000](http://localhost:8000).

#### Using Python

* Ensure that you have Python 3.8.0 or higher.
* Ensure that you have Python 3.11.0 or higher.
* Set up a virtualenv and run `pip install -r requirements.txt` in the `testcontainers-node` root directory.
* Once Python dependencies have been installed, run `mkdocs serve` to start a local auto-updating MkDocs server.

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.6.1
mkdocs-codeinclude-plugin==0.2.1
mkdocs-codeinclude-plugin==0.3.1
mkdocs-markdownextradata-plugin==0.2.6
mkdocs-material==9.7.1
mkdocs-material==9.7.2
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8
3.11
Loading