mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
[macOS] Add-python-3.13 (#10766)
Co-authored-by: Susmita Mane <susmitamane@Susmitas-MacBook-Pro.local>
This commit is contained in:
@@ -129,7 +129,8 @@
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
"3.12.*",
|
||||
"3.13.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
@@ -137,7 +138,8 @@
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
"3.12.*",
|
||||
"3.13.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -133,7 +133,8 @@
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
"3.12.*",
|
||||
"3.13.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
@@ -141,7 +142,8 @@
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
"3.12.*",
|
||||
"3.13.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,13 +118,15 @@
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
"3.12.*",
|
||||
"3.13.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"versions": [
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
"3.12.*",
|
||||
"3.13.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user