From 13355dbbf2c69bed0f668572bc9c2023e2d80984 Mon Sep 17 00:00:00 2001 From: shacharl Date: Sun, 8 Jun 2025 07:44:35 +0300 Subject: [PATCH] Update minimum required Python version to 3.10 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd207b..7dee39a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You do not need to have an in-depth knowledge of Control-M, but some familiarity ## Installation -Control-M Python client requires [Python](https://www.python.org/downloads/) version 3.7 or higher. +Control-M Python client requires [Python](https://www.python.org/downloads/) version 3.10 or higher. We recommend to install Control-M Python Client in a [virtual environment](https://docs.python.org/3/library/venv.html).