From 6cebde7ca21a66cbf42f17102e01da2dee5191f8 Mon Sep 17 00:00:00 2001 From: Brian Ryner Date: Thu, 16 Jun 2022 23:09:07 +0000 Subject: [PATCH] Update pylint vpython specs to use a specific minor version. This is always recommended, since wheel availability varies between minor versions. We may not support major-version-only specifiers in the future. Change-Id: Ib41426fa39212fe3e49d87c1d1c8b5bbc49aef7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3708295 Reviewed-by: Josip Sokcevic Commit-Queue: Josip Sokcevic Auto-Submit: Brian Ryner --- pylint-2.6 | 2 +- pylint-2.7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylint-2.6 b/pylint-2.6 index 4a61895af..e65fd5d9f 100755 --- a/pylint-2.6 +++ b/pylint-2.6 @@ -9,7 +9,7 @@ # [VPYTHON:BEGIN] # # Third party dependencies. These are only listed because pylint itself needs # # them. Feel free to add/remove anything here. -# python_version: "3" +# python_version: "3.8" # # wheel: < # name: "infra/python/wheels/futures-py2_py3" diff --git a/pylint-2.7 b/pylint-2.7 index 1fe446133..d8c52ac8d 100755 --- a/pylint-2.7 +++ b/pylint-2.7 @@ -9,7 +9,7 @@ # [VPYTHON:BEGIN] # # Third party dependencies. These are only listed because pylint itself needs # # them. Feel free to add/remove anything here. -# python_version: "3" +# python_version: "3.8" # # wheel: < # name: "infra/python/wheels/futures-py2_py3"