mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
change pypy3 compiler
(cherry picked from commit a5ca54aaa4ef081983021641639fff689a5a4ddf)
This commit is contained in:
parent
d0ddb28591
commit
411cba61dd
|
@ -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},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user