disable 2.7 tests until we can figure out how to run them in GH

This commit is contained in:
Matt Rose 2021-02-18 17:38:22 -05:00
parent 3a6392668d
commit 9f6a6e5d93
1 changed files with 2 additions and 1 deletions

View File

@ -13,10 +13,11 @@ jobs:
strategy:
matrix:
python:
- '2.7'
# - '2.7'
# - '3.6'
# - '3.7'
- '3.8'
- '3.9'
steps:
- uses: actions/checkout@v2