I've noticed something peculiar with the latest 2....
# general
h
I've noticed something peculiar with the latest 2.24.1 version This version bumps the minimum supported Python version to 3.8 However, if you use a combination of pyenv + custom plugin,the plugin resolve generated by the
pants_requirements
target forces pyenv to create a 3.7 binary Now, you wouldn't think that's an actual issue, but it seems like
flake8
is particularly sensitive to that Anyone else noticed this issue?
c
The pyenv pants provider, or a 'regular' python that happens to be from pyenv?
h
If I understand your question correctly, it's probably the former I simply use the pyenv plugin w/o any modifications whatsoever