Fix fallback to other interpreters when specifying a patchlevel.
When a project specifies a narrow range for the supported python versions, i.e. "python ~= 3.6.1" and the current interpreter falls outside of that range, the fallback code fails to test an available python3.6 interpreter because of a too strict a test.
Showing
Please
register
or
sign in
to comment