Skip to content

Commit

Permalink
Fix CI workflow for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rovellipaolo committed May 12, 2023
1 parent a3bc436 commit 858c1f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, ubuntu-latest, macos-latest]
python-version: ["3.5", "3.8", "3.10"]
exclude:
- os: ubuntu-20.04
python-version: "3.8"
- os: ubuntu-20.04
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.5"
- os: macos-latest
python-version: "3.5"
- os: macos-latest
Expand Down

0 comments on commit 858c1f5

Please sign in to comment.