Skip to content

Commit 60865fa

Browse files
authored
Bump docs environment to python 3.7 (testcontainers#3871)
1 parent 61dcd7c commit 60865fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
docs:
5-
image: python:3.6
5+
image: python:3.7
66
command: sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
77
working_dir: /docs
88
volumes:

docs/contributing_docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The root of the project contains a `docker-compose.yml` file. Simply run `docker
1515

1616
### Using Python locally
1717

18-
* Ensure that you have Python 3.6.0 or higher.
18+
* Ensure that you have Python 3.7.0 or higher.
1919
* Set up a virtualenv and run `pip install -r requirements.txt` in the `testcontainers-java` root directory.
2020
* Once Python dependencies have been installed, run `mkdocs serve` to start a local auto-updating MkDocs server.
2121

0 commit comments

Comments
 (0)