From 30fe907ea5dd3515c527a602f4f2a1814badabbb Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 27 May 2021 20:49:49 +0530 Subject: [PATCH] Remove Python 3.5 GitHub Actions pipelines Signed-off-by: Nabarun Pal --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e64fb1a38..65640995e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2