Remove python 2.7 from CI matrix

This commit is contained in:
Liam Newman 2022-03-29 00:19:38 -07:00 committed by GitHub
parent 37071a0160
commit 3be5c35a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu, windows, macos ]
python-version: [2.7, 3.7, 3.8, 3.9, '3.10']
python-version: [3.7, 3.8, 3.9, '3.10']
include:
- python-version: 2.7
node-version: 12
- python-version: 3.7
node-version: 12
- python-version: 3.8