Skip to content
Merged
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
2 changes: 1 addition & 1 deletion _includes/install/_windows_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Swift has the following general dependencies:
- Git (used by Swift Package Manager)
- Python[^1] (used by the debugger - LLDB)

[^1]: The Windows binaries are built against Python 3.9
[^1]: The Windows binaries are built against Python 3.10

Swift on Windows has the following additional platform specific dependencies:

Expand Down
2 changes: 1 addition & 1 deletion install/windows/_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following Visual Studio components should be installed:

You should also install the following dependencies:

- [Python 3.9._x_](https://www.python.org/downloads/windows/) [^3]
- [Python 3.10._x_](https://www.python.org/downloads/windows/) [^3]
- [Git for Windows](https://git-scm.com/downloads/win)

[^3]: You may install the latest `.x` patch release, but ensure you use the specified `major.minor` version of Python for optimal compatibility.
Expand Down
2 changes: 1 addition & 1 deletion install/windows/_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Swift has the following general dependencies:
- Git (used by Swift Package Manager)
- Python[^1] (used by the debugger - LLDB)

[^1]: The Windows binaries are built against Python 3.9
[^1]: The Windows binaries are built against Python 3.10

Swift on Windows has the following additional platform specific dependencies:

Expand Down
2 changes: 1 addition & 1 deletion install/windows/manual/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following Visual Studio components should be installed:

You should also install the following dependencies:

- [Python 3.9._x_](https://www.python.org/downloads/windows/) [^3]
- [Python 3.10._x_](https://www.python.org/downloads/windows/) [^3]
- [Git for Windows](https://git-scm.com/downloads/win)

[^3]: You may install the latest `.x` patch release, but ensure you use the specified `major.minor` version of Python for optimal compatibility.
Expand Down