Skip to content

Commit 49e3868

Browse files
authored
Upgrade to Pants 2.9.0. (#89)
1 parent cdd9353 commit 49e3868

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pants.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"
66
backend_packages.add = [
77
"pants.backend.python",
88
"pants.backend.python.lint.docformatter",
@@ -27,8 +27,10 @@ root_patterns = ["/"]
2727
interpreter_constraints = [">=3.7"]
2828
# Use a constraints file. See https://www.pantsbuild.org/docs/python-third-party-dependencies.
2929
requirement_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>"]

0 commit comments

Comments
 (0)