A quick question: if my python project depends on ...
# general
w
A quick question: if my python project depends on python39, can I use interpreter_constraints = [“>=3.7.*“] ? or the interpreter_constraints needs to align with the python dependency in the project?