From 4310d26bc54b2f10281204cfa926909c75d47095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 3 Jul 2020 15:19:28 +0200 Subject: [PATCH 1/2] build: recommend Python 3.8 to build on Windows --- .github/workflows/build-tarball.yml | 4 ++-- BUILDING.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index 3a3138a677b1d6..b5003a4c6a59af 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -72,10 +72,10 @@ jobs: run: | git config --global core.autocrlf true - uses: actions/checkout@v2 - - name: Set up Python 2.7 + - name: Set up Python 3.8 uses: actions/setup-python@v1 with: - python-version: 2.7 + python-version: 3.8 - name: Environment Information run: npx envinfo - name: Download tarball diff --git a/BUILDING.md b/BUILDING.md index b549fec555ed9e..43245f1bdd1925 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -526,7 +526,7 @@ to run it again before invoking `make -j4`. ##### Option 1: Manual install -* [Python 2.7](https://www.python.org/downloads/) +* [Python 3.8](https://www.python.org/downloads/) * The "Desktop development with C++" workload from [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or the "Visual C++ build tools" workload from the From 4fe9eddbaf0d091a5dcd6b96554359bf08e4adc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 3 Jul 2020 15:50:59 +0200 Subject: [PATCH 2/2] Update .github/workflows/build-tarball.yml Co-authored-by: Christian Clauss --- .github/workflows/build-tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index b5003a4c6a59af..f17fabd84056bc 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -73,7 +73,7 @@ jobs: git config --global core.autocrlf true - uses: actions/checkout@v2 - name: Set up Python 3.8 - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: 3.8 - name: Environment Information