( )⚙ D12264 automation: delete code related to Python 2.7 support

This is an archive of the discontinued Mercurial Phabricator instance.

automation: delete code related to Python 2.7 support
ClosedPublic

Authored by indygreg on Mar 2 2022, 10:43 AM.

Details

Summary

The building of Inno and WiX installers took a python_version argument
that allowed us to specify "2" or "3" for the major Python version. Since
we no longer support Python 2, we can delete this argument and everything
feeding into it.

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, 10:43 AM
Alphare accepted this revision.Mar 3 2022, 5:55 AM
This revision is now accepted and ready to land.Mar 3 2022, 5:55 AM
This revision was automatically updated to reflect the committed changes.