From 04c4190c98c7366b6ca72aaf55c636999b590425 Mon Sep 17 00:00:00 2001 From: tankya2 Date: Wed, 22 Mar 2023 10:51:32 +0800 Subject: [PATCH] Removed python 3.7 from version matrix --- .github/workflows/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index 177ed86..c0f2917 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10"] uses: qiboteam/workflows/.github/workflows/rules.yml@main with: os: ${{ matrix.os }}