File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Swift has the following general dependencies:
5
5
- Git (used by Swift Package Manager)
6
6
- Python[ ^ 1 ] (used by the debugger - LLDB)
7
7
8
- [ ^ 1 ] : The Windows binaries are built against Python 3.10
8
+ [ ^ 1 ] : The Windows binaries are built against Python 3.9
9
9
10
10
Swift on Windows has the following additional platform specific dependencies:
11
11
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The following Visual Studio components should be installed:
16
16
17
17
You should also install the following dependencies:
18
18
19
- - [ Python 3.10 ._ x_ ] ( https://www.python.org/downloads/windows/ ) [ ^ 3 ]
19
+ - [ Python 3.9 ._ x_ ] ( https://www.python.org/downloads/windows/ ) [ ^ 3 ]
20
20
- [ Git for Windows] ( https://git-scm.com/downloads/win )
21
21
22
22
[ ^ 3 ] : You may install the latest ` .x ` patch release, but ensure you use the specified ` major.minor ` version of Python for optimal compatibility.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Swift has the following general dependencies:
10
10
- Git (used by Swift Package Manager)
11
11
- Python[ ^ 1 ] (used by the debugger - LLDB)
12
12
13
- [ ^ 1 ] : The Windows binaries are built against Python 3.10
13
+ [ ^ 1 ] : The Windows binaries are built against Python 3.9
14
14
15
15
Swift on Windows has the following additional platform specific dependencies:
16
16
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The following Visual Studio components should be installed:
21
21
22
22
You should also install the following dependencies:
23
23
24
- - [ Python 3.10 ._ x_ ] ( https://www.python.org/downloads/windows/ ) [ ^ 3 ]
24
+ - [ Python 3.9 ._ x_ ] ( https://www.python.org/downloads/windows/ ) [ ^ 3 ]
25
25
- [ Git for Windows] ( https://git-scm.com/downloads/win )
26
26
27
27
[ ^ 3 ] : You may install the latest ` .x ` patch release, but ensure you use the specified ` major.minor ` version of Python for optimal compatibility.
You can’t perform that action at this time.
0 commit comments