From 3d005543321189b875e7e0cffed94a6be055009b Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:59:56 +0100 Subject: [PATCH] chore(README): update syntax of supported Python versions (#3271) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a410c2e..1d66d211 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ For Prowler v2 Documentation, please go to https://github.com/prowler-cloud/prow # ⚙️ Install ## Pip package -Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-cloud/), thus can be installed using pip with Python 3.9, 3.10 or 3.11 (not really tested with 3.12 yet): +Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-cloud/), thus can be installed using pip with Python >= 3.9, < 3.12: ```console pip install prowler @@ -77,7 +77,7 @@ The container images are available here: ## From Github -Python >= 3.9 is required with pip and poetry: +Python >= 3.9, < 3.12 is required with pip and poetry: ``` git clone https://github.com/prowler-cloud/prowler