@@ -1673,6 +1673,7 @@ struct AppxSearchInfo {
1673
1673
1674
1674
struct AppxSearchInfo APPX_SEARCH [] = {
1675
1675
// Releases made through the Store
1676
+ { L"PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0" , L"3.12" , 10 },
1676
1677
{ L"PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0" , L"3.11" , 10 },
1677
1678
{ L"PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0" , L"3.10" , 10 },
1678
1679
{ L"PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0" , L"3.9" , 10 },
@@ -1681,6 +1682,7 @@ struct AppxSearchInfo APPX_SEARCH[] = {
1681
1682
// Side-loadable releases. Note that the publisher ID changes whenever we
1682
1683
// renew our code-signing certificate, so the newer ID has a higher
1683
1684
// priority (lower sortKey)
1685
+ { L"PythonSoftwareFoundation.Python.3.12_3847v3x7pw1km" , L"3.12" , 11 },
1684
1686
{ L"PythonSoftwareFoundation.Python.3.11_3847v3x7pw1km" , L"3.11" , 11 },
1685
1687
{ L"PythonSoftwareFoundation.Python.3.11_hd69rhyc2wevp" , L"3.11" , 12 },
1686
1688
{ L"PythonSoftwareFoundation.Python.3.10_3847v3x7pw1km" , L"3.10" , 11 },
@@ -1755,7 +1757,8 @@ struct StoreSearchInfo {
1755
1757
1756
1758
1757
1759
struct StoreSearchInfo STORE_SEARCH [] = {
1758
- { L"3" , /* 3.10 */ L"9PJPW5LDXLZ5" },
1760
+ { L"3" , /* 3.11 */ L"9NRWMJP3717K" },
1761
+ { L"3.12" , L"9NCVDN91XZQP" },
1759
1762
{ L"3.11" , L"9NRWMJP3717K" },
1760
1763
{ L"3.10" , L"9PJPW5LDXLZ5" },
1761
1764
{ L"3.9" , L"9P7QFQMJRFP7" },
0 commit comments