mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Ubuntu] Add PyPy 3.9 (#5134)
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
"platform" : "linux",
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.6"
|
||||
"3.6",
|
||||
"3.9"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
"2.7",
|
||||
"3.6",
|
||||
"3.7",
|
||||
"3.8"
|
||||
"3.8",
|
||||
"3.9"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user