Remove Python 3.5.3 support

This commit is contained in:
Kevin Fronczak
2020-05-04 13:37:32 -04:00
parent 19b2541c81
commit b201c95e8d
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 4
max-parallel: 3
matrix:
platform:
- ubuntu-latest
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2