@@ -1936,6 +1936,7 @@ struct AppxSearchInfo {
1936
1936
1937
1937
struct AppxSearchInfo APPX_SEARCH [] = {
1938
1938
// Releases made through the Store
1939
+ { L"PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0" , L"3.13" , 10 },
1939
1940
{ L"PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0" , L"3.12" , 10 },
1940
1941
{ L"PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0" , L"3.11" , 10 },
1941
1942
{ L"PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0" , L"3.10" , 10 },
@@ -1945,6 +1946,7 @@ struct AppxSearchInfo APPX_SEARCH[] = {
1945
1946
// Side-loadable releases. Note that the publisher ID changes whenever we
1946
1947
// renew our code-signing certificate, so the newer ID has a higher
1947
1948
// priority (lower sortKey)
1949
+ { L"PythonSoftwareFoundation.Python.3.13_3847v3x7pw1km" , L"3.13" , 11 },
1948
1950
{ L"PythonSoftwareFoundation.Python.3.12_3847v3x7pw1km" , L"3.12" , 11 },
1949
1951
{ L"PythonSoftwareFoundation.Python.3.11_3847v3x7pw1km" , L"3.11" , 11 },
1950
1952
{ L"PythonSoftwareFoundation.Python.3.11_hd69rhyc2wevp" , L"3.11" , 12 },
@@ -2026,7 +2028,8 @@ struct StoreSearchInfo {
2026
2028
2027
2029
2028
2030
struct StoreSearchInfo STORE_SEARCH [] = {
2029
- { L"3" , /* 3.11 */ L"9NRWMJP3717K" },
2031
+ { L"3" , /* 3.12 */ L"9NCVDN91XZQP" },
2032
+ { L"3.13" , L"9PNRBTZXMB4Z" },
2030
2033
{ L"3.12" , L"9NCVDN91XZQP" },
2031
2034
{ L"3.11" , L"9NRWMJP3717K" },
2032
2035
{ L"3.10" , L"9PJPW5LDXLZ5" },
0 commit comments