Remove Python 2.7

This commit is contained in:
Kevin Chung
2020-04-14 17:03:38 -04:00
parent 2a90f77ed3
commit 154e281612

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['2.7', '3.6']
python-version: ['3.6']
name: Python ${{ matrix.python-version }}
steps: