hundreds-carpet-28072
06/07/2024, 11:25 AM--filter-address-regex I wanted to filter for all python_distribution targets with interpreter_constraints==parametrize("==3.9", "==3,10") (I forget the syntax off the top of my head), is there a way to do that that I’m missing?
Doing a pants peek + jq works for this but would be useful to stay within the interface.curved-television-6568
06/07/2024, 11:34 AMsrc/path:name@interpreter_constraints=py39 etc.. (if your parametrize value is verbose, you can assign it an alias as: interpreter_constraints=parametrize(py39="==3.9", ...))curved-television-6568
06/07/2024, 11:36 AMhundreds-carpet-28072
06/07/2024, 11:43 AM--filter-address + a bit of jq but the other direction is a lot more jq. It’s be nice for both of these to use the same mechanism.