Remove 3.6 and pypy compatibility

This commit is contained in:
Daniel Carrillo 2020-12-25 21:40:56 +01:00
parent 2bc83a94d6
commit c88a731b11
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -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