[windows] 12.01.2026 Software Changes (#13508)

This commit is contained in:
Shamil Mubarakshin
2026-01-09 10:55:00 +01:00
committed by GitHub
parent 522f700a8f
commit 3708b41ea1
2 changed files with 6 additions and 9 deletions
+4 -6
View File
@@ -17,14 +17,13 @@
"arch": "x64", "arch": "x64",
"platform" : "win32", "platform" : "win32",
"versions": [ "versions": [
"3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*",
"3.12.*", "3.12.*",
"3.13.*", "3.13.*",
"3.14.*" "3.14.*"
], ],
"default": "3.9.*" "default": "3.12.*"
}, },
{ {
"name": "Python", "name": "Python",
@@ -32,7 +31,6 @@
"arch": "x86", "arch": "x86",
"platform" : "win32", "platform" : "win32",
"versions": [ "versions": [
"3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*",
"3.12.*", "3.12.*",
@@ -106,8 +104,8 @@
"android": { "android": {
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip", "commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
"hash": "8A90E6A3DEB2FA13229B2E335EFD07687DCC8A55A3C544DA9F40B41404993E7D", "hash": "8A90E6A3DEB2FA13229B2E335EFD07687DCC8A55A3C544DA9F40B41404993E7D",
"platform_min_version": "31", "platform_min_version": "34",
"build_tools_min_version": "31.0.0", "build_tools_min_version": "34.0.0",
"extras": [ "extras": [
"android;m2repository", "android;m2repository",
"google;m2repository", "google;m2repository",
@@ -122,7 +120,7 @@
"ndk": { "ndk": {
"default": "27", "default": "27",
"versions": [ "versions": [
"26", "27", "28", "29" "27", "28", "29"
] ]
} }
}, },
+2 -3
View File
@@ -17,14 +17,13 @@
"arch": "x64", "arch": "x64",
"platform" : "win32", "platform" : "win32",
"versions": [ "versions": [
"3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*",
"3.12.*", "3.12.*",
"3.13.*", "3.13.*",
"3.14.*" "3.14.*"
], ],
"default": "3.9.*" "default": "3.12.*"
}, },
{ {
"name": "PyPy", "name": "PyPy",
@@ -104,7 +103,7 @@
"ndk": { "ndk": {
"default": "27", "default": "27",
"versions": [ "versions": [
"26", "27", "28", "29" "27", "28", "29"
] ]
} }
}, },