From aae79dab859c9273b25061369509cbc7b5d0b6f2 Mon Sep 17 00:00:00 2001 From: adisingh Date: Fri, 31 Jul 2026 15:50:20 +0530 Subject: [PATCH 1/2] doc fix: updated upper limit of python version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 835792a..1aecd15 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Requirements **niveristand** requires the following to be installed: * VeriStand 2021 or later -* CPython 3.8 or later (the standard Python, available on python.org and elsewhere) +* CPython 3.8 to 3.13 (the standard Python, available on python.org and elsewhere) .. _installation_section: From e6b0f8688834c83c50c1f9378cb4877ad6b9ad6e Mon Sep 17 00:00:00 2001 From: adisingh Date: Fri, 31 Jul 2026 16:47:02 +0530 Subject: [PATCH 2/2] doc fix: added comparision symbols --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1aecd15..864aa4e 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Requirements **niveristand** requires the following to be installed: * VeriStand 2021 or later -* CPython 3.8 to 3.13 (the standard Python, available on python.org and elsewhere) +* CPython >=3.8, <=3.13 (the standard Python, available on python.org and elsewhere) .. _installation_section: