From c88a731b1108bdb4129dc17b04d7a92f6c767e3b Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 25 Dec 2020 21:40:56 +0100 Subject: [PATCH] Remove 3.6 and pypy compatibility --- .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 0c3643b..91e45f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, pypy3] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2