[09:36:20] <orf_> Hey all. How does pip resolve python exclusions in packages? I.e "pip install django" on Python 2.7 installs the last supported py2 version, rather than the latest
[09:36:51] <orf_> I'm asking because we are having issues with an internal PyPi server where this resolution fails, and the latest non-working version is installed.
[18:10:33] <toad_polo> orf_: It's done with the Python-Requires metadata.
[18:11:35] <toad_polo> I know certain old versions of Artifactory didn't support it, but I now I can't recall if there is a fixed version.