Skip to content

Commit 0942917

Browse files
Revert "[windows] update the install instructions to use Python 3.10 (#1140)" (#1141)
1 parent a3c89e1 commit 0942917

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_includes/install/_windows_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Swift has the following general dependencies:
55
- Git (used by Swift Package Manager)
66
- Python[^1] (used by the debugger - LLDB)
77

8-
[^1]: The Windows binaries are built against Python 3.10
8+
[^1]: The Windows binaries are built against Python 3.9
99

1010
Swift on Windows has the following additional platform specific dependencies:
1111

install/windows/_manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following Visual Studio components should be installed:
1616

1717
You should also install the following dependencies:
1818

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

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

install/windows/_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Swift has the following general dependencies:
1010
- Git (used by Swift Package Manager)
1111
- Python[^1] (used by the debugger - LLDB)
1212

13-
[^1]: The Windows binaries are built against Python 3.10
13+
[^1]: The Windows binaries are built against Python 3.9
1414

1515
Swift on Windows has the following additional platform specific dependencies:
1616

install/windows/manual/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following Visual Studio components should be installed:
2121

2222
You should also install the following dependencies:
2323

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

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

0 commit comments

Comments
 (0)