From 7f45131f1a9fa0363504d792e8f1966626f08732 Mon Sep 17 00:00:00 2001 From: arogl Date: Sun, 23 May 2021 16:28:44 +1000 Subject: [PATCH] Update ci.yaml Remove deprecated Python version --- .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 91706f89d..3d00adec7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev] + python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10-dev] env: PY_COLORS: 1