comparison 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
comparison
equal deleted inserted replaced
48844:d79f0ce95c47 48845:5c8148cd7f13
467 ) 467 )
468 sp.add_argument( 468 sp.add_argument(
469 '--python-version', 469 '--python-version',
470 help='Python version to use', 470 help='Python version to use',
471 choices={ 471 choices={
472 'system2',
473 'system3', 472 'system3',
474 '2.7',
475 '3.5', 473 '3.5',
476 '3.6', 474 '3.6',
477 '3.7', 475 '3.7',
478 '3.8', 476 '3.8',
479 'pypy', 477 'pypy',