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
There is no specific reason for this right now, but keeping support forold Python versions around indefinitely increases the maintenanceburden. The oldest supported Python version is now Python 2.4, which isstill shipped in RHEL/CentOS 5 by default.In configure, add a check for the required Python version and give afriendly error message for an old version, instead of relying on anobscure build error later on.