@@ -1962,6 +1962,7 @@ struct AppxSearchInfo {
1962
1962
1963
1963
struct AppxSearchInfo APPX_SEARCH [] = {
1964
1964
// Releases made through the Store
1965
+ { L"PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0" , L"3.13" , 10 },
1965
1966
{ L"PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0" , L"3.12" , 10 },
1966
1967
{ L"PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0" , L"3.11" , 10 },
1967
1968
{ L"PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0" , L"3.10" , 10 },
@@ -1971,6 +1972,7 @@ struct AppxSearchInfo APPX_SEARCH[] = {
1971
1972
// Side-loadable releases. Note that the publisher ID changes whenever we
1972
1973
// renew our code-signing certificate, so the newer ID has a higher
1973
1974
// priority (lower sortKey)
1975
+ { L"PythonSoftwareFoundation.Python.3.13_3847v3x7pw1km" , L"3.13" , 11 },
1974
1976
{ L"PythonSoftwareFoundation.Python.3.12_3847v3x7pw1km" , L"3.12" , 11 },
1975
1977
{ L"PythonSoftwareFoundation.Python.3.11_3847v3x7pw1km" , L"3.11" , 11 },
1976
1978
{ L"PythonSoftwareFoundation.Python.3.11_hd69rhyc2wevp" , L"3.11" , 12 },
@@ -2052,7 +2054,8 @@ struct StoreSearchInfo {
2052
2054
2053
2055
2054
2056
struct StoreSearchInfo STORE_SEARCH [] = {
2055
- { L"3" , /* 3.11 */ L"9NRWMJP3717K" },
2057
+ { L"3" , /* 3.12 */ L"9NCVDN91XZQP" },
2058
+ { L"3.13" , L"9PNRBTZXMB4Z" },
2056
2059
{ L"3.12" , L"9NCVDN91XZQP" },
2057
2060
{ L"3.11" , L"9NRWMJP3717K" },
2058
2061
{ L"3.10" , L"9PJPW5LDXLZ5" },
0 commit comments