diff --git a/docker-compose.yml b/docker-compose.yml index db7343c..4685ab5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,34 +10,34 @@ services: - ./README.md:/src/README.md - ./LICENSE:/src/LICENSE - test37: + test39: build: context: . dockerfile: dockerfiles/dev.dockerfile args: - PYTHON_VERSION: '3.7' + PYTHON_VERSION: '3.9' command: pytest - test38: + test310: build: context: . dockerfile: dockerfiles/dev.dockerfile args: - PYTHON_VERSION: '3.8' + PYTHON_VERSION: '3.10' command: pytest - test39: + test311: build: context: . dockerfile: dockerfiles/dev.dockerfile args: - PYTHON_VERSION: '3.9' + PYTHON_VERSION: '3.11' command: pytest - test310: + test312: build: context: . dockerfile: dockerfiles/dev.dockerfile args: - PYTHON_VERSION: '3.10' + PYTHON_VERSION: '3.12' command: pytest