mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[windows] Add python 3.12 to toolcache (#8451)
This commit is contained in:
committed by
GitHub
parent
44b47c7bae
commit
f444d7b666
@@ -23,7 +23,8 @@
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*"
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
],
|
||||
"default": "3.7.*"
|
||||
},
|
||||
@@ -37,7 +38,8 @@
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*"
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*"
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
],
|
||||
"default": "3.9.*"
|
||||
},
|
||||
@@ -35,7 +36,8 @@
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*"
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user