<#17978 `[python] interpreter_constraints` is not ...
# github-notifications
q
#17978 `[python] interpreter_constraints` is not used as the default IC for user resolves. Issue created by jsirois As of Pants 2.16.0.dev4 (main HEAD currently), the following configuration is needed to ensure the
python-default
resolve gets the repo-local default IC and not the Pants-embedded default IC: pants/pants.toml Lines 130 to 147 in </pantsbuild/pants/commit/05b9465b70064d4d5be2ce02f011af1c73428ed9|05b9465> This feels like a bug. If the default ICs written down by the user are not picked as the default IC for a resolve written down by a user, what is the default IC used for then? pantsbuild/pants