Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains a [Windows Package Manager](https://learn.microsoft.com/win

When run, the [learn_python.winget](./learn_python.winget) file will install the following list of applications:

- Python 3.13
- Python 3.14
- Visual Studio Code
- Visual Studio Code extension for Python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
properties:
resources:
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: Python 3.13
id: Python 3.14
directives:
description: Install Python 3.13
description: Install Python 3.14
settings:
id: 9PNRBTZXMB4Z
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the Python 3.14 package published on MSStore? This ID appears to be for Python 3.13. We'll need to change it when the new version is published

 ~ winget search "Python" -s msstore
Name                           Id           Version
---------------------------------------------------
Python 3.13                    9PNRBTZXMB4Z Unknown
Python 3.12                    9NCVDN91XZQP Unknown
Python Install Manager         9NQ7512CXL7T Unknown
InstantPython                  9WZDNCRDC1W5 Unknown
计算机二级 Python 考试题库     9PBKTNDS9VSH Unknown
Learn Python - Python Tutorial 9MX1038V03NJ Unknown

source: msstore
Expand Down
2 changes: 1 addition & 1 deletion samples/Configuration files/Learn tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ These tutorials are directly related to the [Windows development paths](https://
- [Create a simple C# console app in Visual Studio](./C%23/README.md)
- [Install C and C++ support in Visual Studio](./C%2B%2B/README.md)
- [Install Node.js on Windows](./JavaScript/README.md)
- [Get started using Python on Windows for beginners](./Python%203.13/README.md)
- [Get started using Python on Windows for beginners](./Python/README.md)
- [Start developing Windows apps](./Start%20Developing%20Windows%20apps/README.md)
- [Get started building an app with Windows AI Foundry and App Actions on Windows](./Windows%20AI/README.md)
Loading