diff contrib/automation/hgautomation/cli.py @ 48845:5c8148cd7f13

automation: drop support for Python 2.7 in Linux environment We stop installing Python 2.7 via pyenv. We stop installing the system Python 2 packages. We delete support for running tests on Python 2.7. Differential Revision: https://phab.mercurial-scm.org/D12262
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 19 Feb 2022 18:18:35 -0700
parents d79f0ce95c47
children d7e064d509a0
line wrap: on
line diff
--- a/contrib/automation/hgautomation/cli.py	Sat Feb 19 18:17:14 2022 -0700
+++ b/contrib/automation/hgautomation/cli.py	Sat Feb 19 18:18:35 2022 -0700
@@ -469,9 +469,7 @@
         '--python-version',
         help='Python version to use',
         choices={
-            'system2',
             'system3',
-            '2.7',
             '3.5',
             '3.6',
             '3.7',