Skip to content

Commit f6a767c

Browse files
authored
Migrate to pypy311 (Azure#43712)
1 parent 892146b commit f6a767c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
},
2828
{
2929
"PyPyConfig": {
30-
"ubuntu2404_pypy39": {
30+
"ubuntu2404_pypy311": {
3131
"OSVmImage": "env:LINUXVMIMAGE",
3232
"Pool": "env:LINUXPOOL",
33-
"PythonVersion": "pypy3.9",
33+
"PythonVersion": "pypy3.11",
3434
"CoverageArg": "--disablecov",
3535
"TestSamples": "false"
3636
}

0 commit comments

Comments
 (0)