Skip to content

Commit f87e1db

Browse files
authored
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 <[email protected]>
1 parent b308cfd commit f87e1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rep-2000.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ For example a Tier 1 middleware implementation on a Tier 2 platform can only rec
10011001
Minimum language requirements:
10021002

10031003
- C++17
1004-
- Python 3.10
1004+
- Python 3.8
10051005

10061006

10071007
Dependency Requirements:
@@ -1117,7 +1117,7 @@ For example a Tier 1 middleware implementation on a Tier 2 platform can only rec
11171117
Minimum language requirements:
11181118

11191119
- C++17
1120-
- Python 3.9
1120+
- Python 3.8
11211121

11221122

11231123
Dependency Requirements:

0 commit comments

Comments
 (0)