[Ubuntu] Add Python to the Ubuntu 24.04 toolcache (#9820)

This commit is contained in:
Erik Bershel
2024-05-09 20:59:58 +02:00
committed by GitHub
parent eb6f6cc734
commit 5a54cdbbf1
2 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,12 @@
"platform" : "linux",
"platform_version": "24.04",
"arch": "x64",
"versions": []
"versions": [
"3.9.*",
"3.10.*",
"3.11.*",
"3.12.*"
]
},
{
"name": "PyPy",