From b6d91972fc2e78cf65d636fa2d20e8a6182b3f38 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Tue, 16 Jul 2024 02:11:24 -0700 Subject: [PATCH] add notice of python>=3.12.0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9880ac558..59cec1f4a 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ The current recommended way to install exo is from source. ### From source +Python>=3.12.0 is required because of [issues with asyncio](https://github.com/exo-explore/exo/issues/5) in previous versions. + ```sh git clone https://github.com/exo-explore/exo.git cd exo