From a95589609498481a17491a802665f697cca4ccdd Mon Sep 17 00:00:00 2001 From: Kimberly McGuire Date: Thu, 16 Nov 2023 10:29:11 +0100 Subject: [PATCH] Update install.md --- docs/installation/install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/installation/install.md b/docs/installation/install.md index 30933d905..778b75b80 100644 --- a/docs/installation/install.md +++ b/docs/installation/install.md @@ -5,7 +5,10 @@ page_id: install ## Requirements -This project requires Python 3.7+. +This project requires Python 3.7 - 3.11. + +> Python 3.12 is not supported as it has issues with missing packages (see [this ticket](https://github.com/bitcraze/crazyflie-lib-python/issues/425)) + See below sections for more platform-specific requirements. ## Install from Source ### Clone the repository