@@ -1938,6 +1938,7 @@ struct AppxSearchInfo {
1938
1938
1939
1939
struct AppxSearchInfo APPX_SEARCH [] = {
1940
1940
// Releases made through the Store
1941
+ { L"PythonSoftwareFoundation.Python.3.14_qbz5n2kfra8p0" , L"3.14" , 10 },
1941
1942
{ L"PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0" , L"3.13" , 10 },
1942
1943
{ L"PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0" , L"3.12" , 10 },
1943
1944
{ L"PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0" , L"3.11" , 10 },
@@ -1946,8 +1947,9 @@ struct AppxSearchInfo APPX_SEARCH[] = {
1946
1947
{ L"PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0" , L"3.8" , 10 },
1947
1948
1948
1949
// Side-loadable releases. Note that the publisher ID changes whenever we
1949
- // renew our code-signing certificate, so the newer ID has a higher
1950
- // priority (lower sortKey)
1950
+ // change our code signing certificate subject, so the newer IDs have higher
1951
+ // priorities (lower sortKey)
1952
+ { L"PythonSoftwareFoundation.Python.3.14_3847v3x7pw1km" , L"3.14" , 11 },
1951
1953
{ L"PythonSoftwareFoundation.Python.3.13_3847v3x7pw1km" , L"3.13" , 11 },
1952
1954
{ L"PythonSoftwareFoundation.Python.3.12_3847v3x7pw1km" , L"3.12" , 11 },
1953
1955
{ L"PythonSoftwareFoundation.Python.3.11_3847v3x7pw1km" , L"3.11" , 11 },
@@ -2030,7 +2032,8 @@ struct StoreSearchInfo {
2030
2032
2031
2033
2032
2034
struct StoreSearchInfo STORE_SEARCH [] = {
2033
- { L"3" , /* 3.12 */ L"9NCVDN91XZQP" },
2035
+ { L"3" , /* 3.13 */ L"9PNRBTZXMB4Z" },
2036
+ { L"3.14" , L"9NTRHQCBBPR8" },
2034
2037
{ L"3.13" , L"9PNRBTZXMB4Z" },
2035
2038
{ L"3.12" , L"9NCVDN91XZQP" },
2036
2039
{ L"3.11" , L"9NRWMJP3717K" },
0 commit comments