From 68cb8dd73c4da3642dcdc03d705fbe3693d8a9fe Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 29 Nov 2023 12:20:34 +0100 Subject: [PATCH] Bump CI python version to 3.8 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 17b5fccb2..035f5e923 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7'] + python-version: ['3.8'] tox-action: - lint - lint_docs