Skip to content

Commit 5b5ee7e

Browse files
committed
fix interpreter_constraints issue
1 parent 3e11e0b commit 5b5ee7e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pants.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ requirements = ["bandit", "setuptools", "GitPython"] # versions in BUILD.tools
187187
[black]
188188
install_from_resolve = "black"
189189
requirements = ["black"] # version in BUILD.tools
190+
interpreter_constraints = [
191+
"CPython>=3.6.2,<3.10",
192+
]
190193

191194
[flake8]
192195
install_from_resolve = "flake8"

pylint_plugins/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python_requirement(
1818
name="pylint",
1919
requirements=[
2020
"pylint~=2.8.2",
21-
"setuptools", # includes pkg_resources
21+
"setuptools", # includes pkg_resources
2222
],
2323
)
2424

0 commit comments

Comments
 (0)