From f4cf7a939ef656f25bf4e68cd2bb95388c8b57ed Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Thu, 21 Nov 2019 12:00:30 +0100 Subject: [PATCH] Announce drop py2 Signed-off-by: Ulysses Souza --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fd643f174..f1ae7e1ed 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Docker Compose ============== ![Docker Compose](logo.png?raw=true "Docker Compose Logo") +## :exclamation: The docker-compose project announces that as Python 2 reaches it's EOL, versions 1.25.x will be the last to support it. For more information, please refer to this [issue](https://github.com/docker/compose/issues/6890). + Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application's services. Then, using a single command, you create and start all the services