Skip to content

Commit

Permalink
Upgrade python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Oct 12, 2022
1 parent 914769f commit 75ac1d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
docs:
image: python:3.7
image: python:3.8
command: sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
working_dir: /docs
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The root of the project contains a `docker-compose.yml` file. Simply run `docker

### Using Python locally

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

Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7
3.8

0 comments on commit 75ac1d1

Please sign in to comment.