Skip to content

Commit

Permalink
GA: Exclude Python 3.6 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jan 1, 2021
1 parent efe4372 commit 5bd9402
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
exclude:
- os: windows-latest
python-version: 3.6

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

0 comments on commit 5bd9402

Please sign in to comment.