Hacker News new | ask | show | jobs
by dcreager 409 days ago
Yes, if you have a Python version specifed in pyproject.toml, for instance, we respect that, and that's what we use to type-check your code. The default being discussed here is what we fall back on if that project metadata isn't available.
1 comments

Could you check what version of `python` is in the PATH and use that as the default?