diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 451e378..a01b930 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -19,7 +19,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [3.8, 3.7, 3.6, 3.5, 3.9] + python-version: [3.8, 3.7, 3.6, 3.9] steps: - uses: actions/checkout@v2