The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 15142198d9c29bdafd78c566860625c3ca80246b / Jarek Potiuk <[email protected]> Check python version that was used to install pre-commit venvs (#43282) Since we moved to Python 3.9 and started usign 3.9+ only features line functools.cache, having Python 3.8 as default python version will result in virtualenvs created with outdated python. This pre-commit checks what is the global version of python3 and it will complain if it is lower than 3.9. This is done via explicit call of "python3", because this is what pre-commit does. Also global setting is needed because otherwise new virtualenvs created by pre-commit might be created using lower python version. (cherry picked from commit 076da924696dc7d8814a38f442e9ca3eb3e90634) Report URL: https://github.com/apache/airflow/actions/runs/11480496232 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
