Skip to content

Commit b5b164c

Browse files
committed
upgrade to Pants v2.23.0rc1
1 parent 7f64e77 commit b5b164c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pants.toml

+2-6
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.21.0"
5+
pants_version = "2.23.0rc1"
66
backend_packages.add = [
77
"pants.backend.build_files.fmt.black",
88
"pants.backend.python",
@@ -25,7 +25,7 @@ root_patterns = ["/"]
2525
# The default interpreter constraints for code in this repo. Individual targets can override
2626
# this with the `interpreter_constraints` field. See
2727
# https://www.pantsbuild.org/docs/python-interpreter-compatibility.
28-
28+
#
2929
# Modify this if you don't have Python 3.9 on your machine.
3030
# This can be a range, such as [">=3.8,<3.11"], but it's usually recommended to restrict
3131
# to a single minor version.
@@ -44,7 +44,3 @@ resolves = { python-default = "python-default.lock"}
4444
# problematic system Pythons. See
4545
# https://www.pantsbuild.org/docs/python-interpreter-compatibility#changing-the-interpreter-search-path.
4646
search_path = ["<PATH>", "<PYENV>"]
47-
48-
[python-infer]
49-
# 2.17 is transitioning to a new, faster parser for dependency inference:
50-
use_rust_parser = true

0 commit comments

Comments
 (0)