build: drop python2 from CI (#38303) (#38549)

(cherry picked from commit a22e2a778e)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
This commit is contained in:
John Kleinschmidt
2023-06-01 15:03:40 -04:00
committed by GitHub
parent 75b7a858ac
commit 7a026ed3dc
2 changed files with 10 additions and 38 deletions

View File

@@ -17,6 +17,7 @@ def main():
chromedriver_name = {
'darwin': 'chromedriver',
'win32': 'chromedriver.exe',
'linux': 'chromedriver',
'linux2': 'chromedriver'
}