Skip to content

Commit 99e308b

Browse files
committed
use newer PyPy with all modules
1 parent 17b132f commit 99e308b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
// ------------------------------------------------------------------------------------------------------
112112
local pypyMixin = {
113113
downloads +: {
114-
PYPY_HOME: utils.download("pypy3", "5.8.0-minimal"),
114+
PYPY_HOME: utils.download("pypy3", "7.1.0.beta"),
115115
},
116116
},
117117
pypyMixin: pypyMixin,

0 commit comments

Comments
 (0)