[Ubuntu] Add PyPy 3.9 (#5134)

This commit is contained in:
Nikolay Frolov
2022-02-25 10:50:52 +03:00
committed by GitHub
parent 02c5be558e
commit 6f72963535
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"platform" : "linux", "platform" : "linux",
"versions": [ "versions": [
"2.7", "2.7",
"3.6" "3.6",
"3.9"
] ]
}, },
{ {
+2 -1
View File
@@ -23,7 +23,8 @@
"2.7", "2.7",
"3.6", "3.6",
"3.7", "3.7",
"3.8" "3.8",
"3.9"
] ]
}, },
{ {