rapid-bird-79300
07/18/2023, 4:45 PM__defaults__(
all=dict(
resolve="my-project",
interpreter_constraints=["==3.9.5"],
),
extend=True,
)
Why I run generate-lockfiles
for this project, it's still using 3.10.5
// "valid_for_interpreter_constraints": [
// "CPython==3.10.5"
// ],
Any way to get aroundrapid-bird-79300
07/18/2023, 5:02 PMrapid-bird-79300
07/18/2023, 8:16 PM