From 8c76821b9a24ee8a742dd4dc15a51de1bd6c2fe0 Mon Sep 17 00:00:00 2001 From: ken-morel Date: Thu, 2 May 2024 00:11:05 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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