Skip to content

Commit

Permalink
change pypy3 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Sep 20, 2019
1 parent 1ffdfd4 commit a5ca54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
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},
}

Expand Down

0 comments on commit a5ca54a

Please sign in to comment.