You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/12/02 15:45:52 UTC

[airflow-site] branch main updated: Fix docs building hopefully after 3.6 was removed by GitHub (#696)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7108299a12 Fix docs building hopefully after 3.6 was removed by GitHub (#696)
7108299a12 is described below

commit 7108299a12fe5755e6703af50c4c166cf66f198a
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Dec 2 16:45:46 2022 +0100

    Fix docs building hopefully after 3.6 was removed by GitHub (#696)
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d27855a050..d06848027f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
       - name: 🐍 Setup Python
         uses: actions/setup-python@41b7212b1668f5de9d65e9c82aa777e6bbedb3a8  # v2.1.4
         with:
-          python-version: '3.10'
+          python-version: '3.7'
       - name: ❤️  Install Node 16
         uses: actions/setup-node@v3.3.0  # v3.3.0
         with: