From 87a1dd8486b4c2727418fae62c2a99efc6bf4312 Mon Sep 17 00:00:00 2001 From: alxtkr77 <3098237+alxtkr77@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:07:54 +0200 Subject: [PATCH] Bump CI python version to 3.9 (pr.yml) (#470) --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0e5b0af7..efb21aa7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: 3.9 cache: pip - name: Install dependencies run: make dev-env @@ -44,7 +44,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: 3.9 cache: pip - name: Install dependencies run: make dev-env @@ -61,7 +61,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: 3.9 cache: pip - name: Install dependencies run: make dev-env