Skip to content

Commit 9d7abe6

Browse files
committed
[GR-15024] Update CPython and PyPy versions used in our CI
PullRequest: graalpython/478
2 parents 17b132f + ed66881 commit 9d7abe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"mercurial": ">=3.2.4",
7272
"gcc": "==4.9.1",
7373
"llvm": "==4.0.1",
74-
"python": "==3.4.1",
74+
"python": "==3.6.5",
7575
"libffi": ">=3.2.1",
7676
"bzip2": ">=1.0.6",
7777
},
@@ -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)