@@ -1923,6 +1923,7 @@ struct AppxSearchInfo {
19231923
19241924struct AppxSearchInfo APPX_SEARCH [] = {
19251925 // Releases made through the Store
1926+ { L"PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0" , L"3.13" , 10 },
19261927 { L"PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0" , L"3.12" , 10 },
19271928 { L"PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0" , L"3.11" , 10 },
19281929 { L"PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0" , L"3.10" , 10 },
@@ -1932,6 +1933,7 @@ struct AppxSearchInfo APPX_SEARCH[] = {
19321933 // Side-loadable releases. Note that the publisher ID changes whenever we
19331934 // renew our code-signing certificate, so the newer ID has a higher
19341935 // priority (lower sortKey)
1936+ { L"PythonSoftwareFoundation.Python.3.13_3847v3x7pw1km" , L"3.13" , 11 },
19351937 { L"PythonSoftwareFoundation.Python.3.12_3847v3x7pw1km" , L"3.12" , 11 },
19361938 { L"PythonSoftwareFoundation.Python.3.11_3847v3x7pw1km" , L"3.11" , 11 },
19371939 { L"PythonSoftwareFoundation.Python.3.11_hd69rhyc2wevp" , L"3.11" , 12 },
@@ -2012,7 +2014,8 @@ struct StoreSearchInfo {
20122014
20132015
20142016struct StoreSearchInfo STORE_SEARCH [] = {
2015- { L"3" , /* 3.11 */ L"9NRWMJP3717K" },
2017+ { L"3" , /* 3.12 */ L"9NCVDN91XZQP" },
2018+ { L"3.13" , L"9PNRBTZXMB4Z" },
20162019 { L"3.12" , L"9NCVDN91XZQP" },
20172020 { L"3.11" , L"9NRWMJP3717K" },
20182021 { L"3.10" , L"9PJPW5LDXLZ5" },
0 commit comments