Skip to content

Commit

Permalink
Remove python 2.7 from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Mar 29, 2022
1 parent 37071a0 commit 3be5c35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3be5c35

Please sign in to comment.