@@ -1923,6 +1923,7 @@ struct AppxSearchInfo {
1923
1923
1924
1924
struct AppxSearchInfo APPX_SEARCH [] = {
1925
1925
// Releases made through the Store
1926
+ { L"PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0" , L"3.13" , 10 },
1926
1927
{ L"PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0" , L"3.12" , 10 },
1927
1928
{ L"PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0" , L"3.11" , 10 },
1928
1929
{ L"PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0" , L"3.10" , 10 },
@@ -1932,6 +1933,7 @@ struct AppxSearchInfo APPX_SEARCH[] = {
1932
1933
// Side-loadable releases. Note that the publisher ID changes whenever we
1933
1934
// renew our code-signing certificate, so the newer ID has a higher
1934
1935
// priority (lower sortKey)
1936
+ { L"PythonSoftwareFoundation.Python.3.13_3847v3x7pw1km" , L"3.13" , 11 },
1935
1937
{ L"PythonSoftwareFoundation.Python.3.12_3847v3x7pw1km" , L"3.12" , 11 },
1936
1938
{ L"PythonSoftwareFoundation.Python.3.11_3847v3x7pw1km" , L"3.11" , 11 },
1937
1939
{ L"PythonSoftwareFoundation.Python.3.11_hd69rhyc2wevp" , L"3.11" , 12 },
@@ -2012,7 +2014,8 @@ struct StoreSearchInfo {
2012
2014
2013
2015
2014
2016
struct StoreSearchInfo STORE_SEARCH [] = {
2015
- { L"3" , /* 3.11 */ L"9NRWMJP3717K" },
2017
+ { L"3" , /* 3.12 */ L"9NCVDN91XZQP" },
2018
+ { L"3.13" , L"9PNRBTZXMB4Z" },
2016
2019
{ L"3.12" , L"9NCVDN91XZQP" },
2017
2020
{ L"3.11" , L"9NRWMJP3717K" },
2018
2021
{ L"3.10" , L"9PJPW5LDXLZ5" },
0 commit comments