Skip to content

Commit 75ac1d1

Browse files
committed
Upgrade python version to 3.8
1 parent 914769f commit 75ac1d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7
5+
image: python:3.8
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.7.0 or higher.
18+
* Ensure that you have Python 3.8.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

runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7
1+
3.8

0 commit comments

Comments
 (0)