( )⚙ D12315 setup: drop support for Python 3.5

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
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

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.