From 411cba61dd9052114b2c52b6c523fffb32c806af Mon Sep 17 00:00:00 2001 From: nulano Date: Fri, 20 Sep 2019 20:29:34 +0200 Subject: [PATCH] change pypy3 compiler (cherry picked from commit a5ca54aaa4ef081983021641639fff689a5a4ddf) --- winbuild/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/config.py b/winbuild/config.py index 07e393023..16a1d9cad 100644 --- a/winbuild/config.py +++ b/winbuild/config.py @@ -6,9 +6,9 @@ PILLOW_DEPENDS_DIR = "C:\\pillow-depends\\" pythons = { "27": {"compiler": 7, "vc": 2010}, "pypy2": {"compiler": 7, "vc": 2010}, - "pypy3": {"compiler": 7, "vc": 2010}, "35": {"compiler": 7.1, "vc": 2015}, "36": {"compiler": 7.1, "vc": 2015}, + "pypy3": {"compiler": 7.1, "vc": 2015}, "37": {"compiler": 7.1, "vc": 2015}, }