Skip to content

Commit 6eb6226

Browse files
jhkennedygtsystem
authored andcommitted
drop python 2.7 from testing matrix; disable fast-fail
1 parent 025729d commit 6eb6226

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414

1515
runs-on: ubuntu-20.04
1616
strategy:
17+
fail-fast: false
1718
matrix:
18-
python-version: ["2.7", "3.6", "3.9", "3.10"]
19+
python-version: ["3.6", "3.9", "3.10"]
1920
steps:
2021
- uses: actions/checkout@v2
2122
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)