Removed python3.5 from github action

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-12-20 11:22:15 +01:00
parent 698784c6cd
commit 2c6b4297bc

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', 'pypy3']
python-version: ['3.6', '3.7', '3.8', 'pypy3']
steps:
- uses: actions/checkout@v2