[macOS] add python3.11 to toolcache (#6476)

This commit is contained in:
Mikhail Koliada
2022-10-26 17:51:52 +02:00
committed by GitHub
parent b7edddf553
commit ee7ad8fcb7
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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