[ubuntu] Add python 3.12 to toolcache (#8450)

This commit is contained in:
Shamil Mubarakshin
2023-10-03 17:47:21 +02:00
committed by GitHub
parent 82de56d5d6
commit fe838dd11f
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,8 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*" "3.11.*",
"3.12.*"
] ]
}, },
{ {

View File

@@ -11,7 +11,8 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*" "3.11.*",
"3.12.*"
] ]
}, },
{ {