File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Licensed under the Apache License, Version 2.0 (see LICENSE).
33
44[GLOBAL ]
5- pants_version = " 2.8 .0"
5+ pants_version = " 2.9 .0"
66backend_packages.add = [
77 " pants.backend.python" ,
88 " pants.backend.python.lint.docformatter" ,
@@ -27,8 +27,10 @@ root_patterns = ["/"]
2727interpreter_constraints = [" >=3.7" ]
2828# Use a constraints file. See https://www.pantsbuild.org/docs/python-third-party-dependencies.
2929requirement_constraints = " constraints.txt"
30+
31+ [python-bootstrap ]
3032# We search for interpreters on both on the $PATH and in the `$(pyenv root)/versions` folder.
3133# If you're using macOS, you may want to leave off the <PATH> entry to avoid using the
3234# problematic system Pythons. See
3335# https://www.pantsbuild.org/docs/python-interpreter-compatibility#changing-the-interpreter-search-path.
34- interpreter_search_paths = [" <PATH>" , " <PYENV>" ]
36+ search_path = [" <PATH>" , " <PYENV>" ]
You can’t perform that action at this time.
0 commit comments