Remove Python 2.7

1318-submissions-api-improvements
Kevin Chung 2020-04-14 17:03:38 -04:00
parent 2a90f77ed3
commit 154e281612
1 changed files with 1 additions and 1 deletions

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: