From edea84d2c4bd697b37dcc68eaab442c7475ff48a Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Tue, 31 May 2022 16:02:38 +0200 Subject: [PATCH] Fix CI dependencies step --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e8e67a8..17e83b29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9"] steps: - uses: actions/checkout@v3