remove 2.7

This commit is contained in:
alessandro.molina 2022-03-24 16:13:02 -04:00
parent 6caa413456
commit d597252e2d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2