File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed 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.21.0 "
5+ pants_version = " 2.23.0rc1 "
66backend_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.
4646search_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
You can’t perform that action at this time.
0 commit comments