Skip to content

Commit

Permalink
Remove unnecessary interpreter constraint config. (#19065)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored May 20, 2023
1 parent 0c1d6ed commit 10d7de0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ flake8 = "3rdparty/python/flake8.lock"
mypy = "3rdparty/python/mypy.lock"
pytest = "3rdparty/python/pytest.lock"

[python.resolves_to_interpreter_constraints]
# Without setting this explicitly, the 'python-default' resolve uses the Pants default
# ">=3.7,<4" IC, which is incorrect and can lead to a failed lock for systems with >=3.10.
python-default = [">=3.7,<3.10"]

[python-infer]
assets = true
unowned_dependency_behavior = "error"
Expand Down

0 comments on commit 10d7de0

Please sign in to comment.