Remove Python 3.5 from testing.

We already knew Python 3.5 doesn't work.
This commit is contained in:
Nathan Baker
2020-06-19 09:03:15 -07:00
parent 91f810f359
commit 27895c2f3f

View File

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