File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
3
4
4
[GLOBAL ]
5
- pants_version = " 2.21.0 "
5
+ pants_version = " 2.23.0rc1 "
6
6
backend_packages.add = [
7
7
" pants.backend.build_files.fmt.black" ,
8
8
" pants.backend.python" ,
@@ -25,7 +25,7 @@ root_patterns = ["/"]
25
25
# The default interpreter constraints for code in this repo. Individual targets can override
26
26
# this with the `interpreter_constraints` field. See
27
27
# https://www.pantsbuild.org/docs/python-interpreter-compatibility.
28
-
28
+ #
29
29
# Modify this if you don't have Python 3.9 on your machine.
30
30
# This can be a range, such as [">=3.8,<3.11"], but it's usually recommended to restrict
31
31
# to a single minor version.
@@ -44,7 +44,3 @@ resolves = { python-default = "python-default.lock"}
44
44
# problematic system Pythons. See
45
45
# https://www.pantsbuild.org/docs/python-interpreter-compatibility#changing-the-interpreter-search-path.
46
46
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
You can’t perform that action at this time.
0 commit comments