This is an archive of the discontinued Mercurial Phabricator instance.

setup: drop support for Python 3.5
ClosedPublic

Authored by indygreg on Mar 2 2022, 9:42 PM.

Details

Summary

We talked about this on the mailing list [1] and there seemed to be
agreement that Python 3.5 is effectively dead and no longer worth
supporting.

So this commit changes our minimum version requirement to 3.6.2.

[1] https://www.mercurial-scm.org/pipermail/mercurial-devel/2022-February/147885.html

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Mar 2 2022, 9:42 PM
Alphare accepted this revision.Mar 3 2022, 6:01 AM
This revision is now accepted and ready to land.Mar 3 2022, 6:01 AM
This revision was automatically updated to reflect the committed changes.