You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Regardless of how you choose to install it, please make sure you install Python version 3.9 or higher (e.g., 3.11 is fine)."
or
"Regardless of how you choose to install it, for your security please make sure you install an in-support version of Python version 3. You can check supported versions at https://devguide.python.org/versions/"
The text was updated successfully, but these errors were encountered:
The current recommendation in the 'setup' section is
"Regardless of how you choose to install it, please make sure you install Python version 3.x (e.g., 3.6 is fine)."
According to https://devguide.python.org/versions/ the current lowest security patched version is 3.9 so this should be updated to something like:
"Regardless of how you choose to install it, please make sure you install Python version 3.9 or higher (e.g., 3.11 is fine)."
or
"Regardless of how you choose to install it, for your security please make sure you install an in-support version of Python version 3. You can check supported versions at https://devguide.python.org/versions/"
The text was updated successfully, but these errors were encountered: