From ebb3cdfc444fa2bc103a1c242f5df9c05cd727d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 8 Oct 2024 09:12:06 +0200 Subject: [PATCH] Downgrade the Python minimal version --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2147ed3081..b1841ba88b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -186,7 +186,8 @@ jobs: # When we upgrade this we should also upgrade the requirements # in the documentation: doc/integrator/requirements.rst # and the first pyupgrade pre-commit hook in .pre-commit-config.yaml - python-version: '3.13' + python-version: '3.8' # Shouldn't be upgraded to latest Python version + - run: python --version|grep ' 3\.8\.' - run: pip install --requirement=ci/requirements-project.txt - run: docker compose version