Skip to content

Commit

Permalink
remove python2 from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbusoni committed Feb 22, 2022
1 parent fbb744b commit a7a2215
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ jobs:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["2.7", "3.8", "3.9"]
# We need to skip python 2 and 3.6 with macos
include:
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]


steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a7a2215

Please sign in to comment.