From f87e1dbc177d5e116a35898a05c870b11b7bab88 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 7 May 2024 13:23:26 -0400 Subject: [PATCH] Update the Python minimum to 3.8 for Iron and Jazzy. (#404) Because of various issues, we are stuck on Python 3.8 for both Iron and Jazzy. Update REP-2000 to reflect this fact. Signed-off-by: Chris Lalancette --- rep-2000.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rep-2000.rst b/rep-2000.rst index 72fefad68..cd876b0d9 100644 --- a/rep-2000.rst +++ b/rep-2000.rst @@ -1001,7 +1001,7 @@ For example a Tier 1 middleware implementation on a Tier 2 platform can only rec Minimum language requirements: - C++17 -- Python 3.10 +- Python 3.8 Dependency Requirements: @@ -1117,7 +1117,7 @@ For example a Tier 1 middleware implementation on a Tier 2 platform can only rec Minimum language requirements: - C++17 -- Python 3.9 +- Python 3.8 Dependency Requirements: