Skip to content

Commit 95576e6

Browse files
authored
Update WindowsQuickStart.md
Update hint to redirect developers to Python 3.9.13 rather than the latest Python version.
1 parent b415762 commit 95576e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WindowsQuickStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ del /q vs_community.exe
3636
```
3737

3838
> [!IMPORTANT]
39-
> On ARM64, Visual Studio doesn't include Python. If you are building Swift on an ARM64 processor, install Python from https://www.python.org/downloads/ and don't include the `Component.CPython39.x64` line in the command above.
39+
> On ARM64, Visual Studio doesn't include Python. If you are building Swift on an ARM64 processor, install Python 3.9 from https://www.python.org/downloads/release/python-3913/ and don't include the `Component.CPython39.x64` line in the command above.
4040
4141
### Enable Symbolic Links Support
4242

0 commit comments

Comments
 (0)