From 8d9ffab5148036cfafb8fb895dda2ae7aa2fbbde Mon Sep 17 00:00:00 2001 From: Charlie Crane Date: Wed, 1 May 2024 12:04:11 +0100 Subject: [PATCH] #2464 - Correcting Python versioning pre-req range on README.md as we do not currently support Python3.11 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2265538a..927aa17c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Currently, the PrimAITE wheel can only be installed from GitHub. This may change #### Windows (PowerShell) **Prerequisites:** -* Manual install of Python >= 3.8 < 3.12 +* Manual install of Python >= 3.8 < 3.11 **Install:** @@ -51,7 +51,7 @@ primaite setup #### Unix **Prerequisites:** -* Manual install of Python >= 3.8 < 3.12 +* Manual install of Python >= 3.8 < 3.11 ``` bash sudo add-apt-repository ppa:deadsnakes/ppa