Skip to content

Commit

Permalink
[macOS] Add-python-3.13 (#10766)
Browse files Browse the repository at this point in the history
Co-authored-by: Susmita Mane <susmitamane@Susmitas-MacBook-Pro.local>
  • Loading branch information
susmitamane and Susmita Mane authored Oct 11, 2024
1 parent 9b4274c commit c6ea5e3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions images/macos/toolsets/toolset-13.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,17 @@
"3.9.*",
"3.10.*",
"3.11.*",
"3.12.*"
"3.12.*",
"3.13.*"
]
},
"arm64": {
"versions": [
"3.9.*",
"3.10.*",
"3.11.*",
"3.12.*"
"3.12.*",
"3.13.*"
]
}
}
Expand Down
6 changes: 4 additions & 2 deletions images/macos/toolsets/toolset-14.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,17 @@
"3.9.*",
"3.10.*",
"3.11.*",
"3.12.*"
"3.12.*",
"3.13.*"
]
},
"arm64": {
"versions": [
"3.9.*",
"3.10.*",
"3.11.*",
"3.12.*"
"3.12.*",
"3.13.*"
]
}
}
Expand Down
6 changes: 4 additions & 2 deletions images/macos/toolsets/toolset-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
]
}
}
Expand Down

0 comments on commit c6ea5e3

Please sign in to comment.