From 0fb86eb5e061a28eab3e11d69e2f0fd54a432be4 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Wed, 2 Mar 2022 10:19:52 +0100 Subject: [PATCH] Use Python 3.9.x in github actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14f1023..3d271d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Python 3. uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.9.x' - name: Install pip tools. run: |