From dedae1d2a8cdc7a5f5c4059e3d2a92c9a12a42b3 Mon Sep 17 00:00:00 2001 From: Matteo Ferrando Date: Fri, 19 Jan 2024 13:39:22 -0400 Subject: [PATCH] ci: run tests with python 3.9 (#45) We want to keep 3.9 compatibility, this is a good way to achieve this. --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 3a22424f..e44eab34 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.9" - name: Install dependencies run: |