From 1dcea52b83e9f41f1e9051be80365374dc95f128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Fri, 29 Sep 2023 09:02:47 +0300 Subject: [PATCH] Update instructions to say Python 3.9 As per https://github.com/hifi/heisenbridge/blob/9cbb062/.github/workflows/build-and-test.yml#L14. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c8b14a..65d0fa2 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ For [Conduit](https://gitlab.com/famedly/conduit) see their [installation instru Install ------- -1. Install Python 3.7 or newer +1. Install Python 3.9 or newer 2. Install dependencies in virtualenv ```bash @@ -213,7 +213,7 @@ To update your installation, run `pip install --upgrade heisenbridge` Develop ------- -1. Install Python 3.7 or newer +1. Install Python 3.9 or newer 2. Install dependencies ```bash