diff --git a/samples/Configuration files/Learn tutorials/Python 3.13/README.md b/samples/Configuration files/Learn tutorials/Python/README.md similarity index 98% rename from samples/Configuration files/Learn tutorials/Python 3.13/README.md rename to samples/Configuration files/Learn tutorials/Python/README.md index 4251f1e3..ee544139 100644 --- a/samples/Configuration files/Learn tutorials/Python 3.13/README.md +++ b/samples/Configuration files/Learn tutorials/Python/README.md @@ -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 diff --git a/samples/Configuration files/Learn tutorials/Python 3.13/learn_python.winget b/samples/Configuration files/Learn tutorials/Python/learn_python.winget similarity index 96% rename from samples/Configuration files/Learn tutorials/Python 3.13/learn_python.winget rename to samples/Configuration files/Learn tutorials/Python/learn_python.winget index e94804da..80ede4ec 100644 --- a/samples/Configuration files/Learn tutorials/Python 3.13/learn_python.winget +++ b/samples/Configuration files/Learn tutorials/Python/learn_python.winget @@ -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 source: msstore diff --git a/samples/Configuration files/Learn tutorials/README.md b/samples/Configuration files/Learn tutorials/README.md index 2f09b149..c641f04d 100644 --- a/samples/Configuration files/Learn tutorials/README.md +++ b/samples/Configuration files/Learn tutorials/README.md @@ -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)