From d5cb793f8bdea4b6fff38a6aff06eca0188856e2 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 12 Jan 2026 15:58:53 -0500 Subject: [PATCH 1/2] docs: Update the supported python version in the README. We have tested and now work with Python 3.12 so update the readme so that people are using the latest version. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index dcd6e32c49..bf3550a27b 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ OS: Interperters/Tools: -* Python 3.11 +* Python 3.12 * Node: See the ``.nvmrc`` file in this repository. From 6062c04e8aefb48fe3d5a4d44b2294e0d7169d86 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 13 Jan 2026 14:17:59 -0500 Subject: [PATCH 2/2] docs: Apply suggestion from @kdmccormick Co-authored-by: Kyle McCormick --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bf3550a27b..e0aee56f0b 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ OS: Interperters/Tools: -* Python 3.12 +* Python 3.11 or 3.12 * Node: See the ``.nvmrc`` file in this repository.