From a8858eda40fe3e0d018e49e1ce0684ebd2120cf2 Mon Sep 17 00:00:00 2001 From: Schrolli91 Date: Fri, 8 Jan 2021 22:00:53 +0100 Subject: [PATCH] drop py 3.5 test --- .github/workflows/run_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 5e374e9..69d1a7d 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] runs-on: ${{matrix.os}} steps: