Hatch currently monkeypatches propose_interpreters to apply its own filter logic: https://github.com/RRosio/hatch/blob/ecff6e6f3fff42efbd30866fb64e6273c93774d7/src/hatch/env/virtual.py#L378-L398
This broke because virtualenv moved the functionality to this package.
Would it be possible to add a filter callback or so to get_interpreter to make Hatch’s implementation fully based on public APIs, or is there another way to achieve the same?
Hatch currently monkeypatches
propose_interpretersto apply its own filter logic: https://github.com/RRosio/hatch/blob/ecff6e6f3fff42efbd30866fb64e6273c93774d7/src/hatch/env/virtual.py#L378-L398This broke because
virtualenvmoved the functionality to this package.Would it be possible to add a
filtercallback or so toget_interpreterto make Hatch’s implementation fully based on public APIs, or is there another way to achieve the same?