This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch update-python-3.9 in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit ae9b2e9b4cead2da39a6c0355027ef269ebf80a1 Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Jan 24 21:28:10 2025 +0100 Upgrade build to Python 3.9 --- .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 2e8171e41c..f8c191ccb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: - name: 🐍 Setup Python uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1 with: - python-version: '3.7' + python-version: '3.9' - name: ❤️ Install Node 16 uses: actions/[email protected] # v3.3.0 with:
