( )⚙ D12206 heptapod-ci: remove Python 2 support

This is an archive of the discontinued Mercurial Phabricator instance.

heptapod-ci: remove Python 2 support
ClosedPublic

Authored by Alphare on Feb 21 2022, 6:06 AM.

Details

Summary

(hurray!) 6.1 was the last release to support Python 2, let's lighten
the CI.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

Alphare created this revision.Feb 21 2022, 6:06 AM
Alphare updated this revision to Diff 32271.Feb 21 2022, 6:14 AM

While we are in a freeze so code going to default should be kept to a minimum, this will allow users to keep working on default without useless Python 2 CI slowing down everything and burning CPU cycles.

Another patch should clean up the "py3" references everywhere, but this is the smallest possible patch to remove Python 2 from our CI.

indygreg accepted this revision.Feb 21 2022, 12:06 PM
This revision is now accepted and ready to land.Feb 21 2022, 12:06 PM
This revision was automatically updated to reflect the committed changes.