From 7f2a6eaebb04c8ba72b3a4d734a29bb6936df753 Mon Sep 17 00:00:00 2001 From: Dmitrii Zolotukhin Date: Mon, 9 Sep 2024 10:22:11 +0200 Subject: [PATCH] Clarified supported Python version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6900b..1e219b8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This project is a goto reference for the following scenarios : * Docker 20.10 (Installation [here](https://docs.docker.com/engine/installation/)) * Earlier Docker versions are no longer compatible because they don't support multistage builds. To use Docker versions below 20.10, download an earlier Mendix Docker Buildpack release, such as [v2.3.2](https://github.com/mendix/docker-mendix-buildpack/releases/tag/v2.3.2) -* Python 3 +* Python 3.8 * For preparing, a local installation of `curl` * For local testing, make sure you can run the [docker-compose command](https://docs.docker.com/compose/install/) * A Mendix app based on Mendix 8 or a later version