Skip to content

Commit

Permalink
drop python 2.7 from testing matrix; disable fast-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy authored and gtsystem committed Dec 13, 2023
1 parent 025729d commit 6eb6226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:

runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.6", "3.9", "3.10"]
python-version: ["3.6", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 6eb6226

Please sign in to comment.