From 81a2a096c0d0b148dea00b4afad020ad9dd29f98 Mon Sep 17 00:00:00 2001 From: Johan Herland Date: Mon, 9 Jan 2023 11:56:16 +0100 Subject: [PATCH] Revert "Remove CI for Python3.7" With the previous commit, CI should again work for Python v3.7 This reverts commit 5e128381a24a94a8ffe221488cc46f05ac431a87. --- .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 b970ca60..f67fe5ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] os: [ubuntu-22.04] runs-on: ${{ matrix.os }}