Remove python 2.7 from prebuilt binary stubs and bundled shared indexes (PY-50829)

GitOrigin-RevId: 89d6e9c046748ede16b8d6fd6b708c2c2962101e
This commit is contained in:
Semyon Proshev
2021-10-11 16:34:30 +03:00
committed by intellij-monorepo-bot
parent 8809f3ea38
commit c8ee65e8f3

View File

@@ -30,8 +30,6 @@ envs {
shouldUseZipsFromRepository = Os.isFamily(Os.FAMILY_WINDOWS)
}
python "python27", "2.7.18"
if (!(Os.isFamily(Os.FAMILY_MAC) && Os.isVersion("10.16"))) {
// https://github.com/pyenv/pyenv/issues/1737#issuecomment-794592631
python "python36", "3.6.8"