Require Python 3.10 as the minimum supported version of python #176
Replies: 2 comments
-
I completely agree that we should target Python 3.10 as the minimum supported version. The new features in typing, speed and pattern matching will be very beneficial for building autobot efficiently. I would also suggest that we consider Python 3.9 as the fallback option for the minimum supported version, as this would provide support for more lower-level features that would be beneficial for autobot development. |
Beta Was this translation helpful? Give feedback.
-
It is then decided that python 3.10 is the minimum supported version. 3.9 can be a fallback. |
Beta Was this translation helpful? Give feedback.
-
I am voting to require python 3.10 as the minimum supported version of python. This is because it brings in new features in typing, speed and pattern matching which are relevant for building autobot efficiently and are also not supported in lower versions of python. If we are to downgrade, then the minimum support should be given to Python 3.9, but ideally Python 3.10 should be our target
Beta Was this translation helpful? Give feedback.
All reactions