Skip to content

Commit de250c1

Browse files
targosMylesBorins
authored andcommitted
build: recommend Python 3.8 to build on Windows
PR-URL: #34182 Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent a89bcf7 commit de250c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-tarball.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
run: |
7373
git config --global core.autocrlf true
7474
- uses: actions/checkout@v2
75-
- name: Set up Python 2.7
76-
uses: actions/setup-python@v1
75+
- name: Set up Python 3.8
76+
uses: actions/setup-python@v2
7777
with:
78-
python-version: 2.7
78+
python-version: 3.8
7979
- name: Environment Information
8080
run: npx envinfo
8181
- name: Download tarball

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ to run it again before invoking `make -j4`.
526526

527527
##### Option 1: Manual install
528528

529-
* [Python 2.7](https://www.python.org/downloads/)
529+
* [Python 3.8](https://www.python.org/downloads/)
530530
* The "Desktop development with C++" workload from
531531
[Visual Studio 2017 or 2019](https://visualstudio.microsoft.com/downloads/) or
532532
the "Visual C++ build tools" workload from the

0 commit comments

Comments
 (0)