Skip to content

Commit

Permalink
Stop testing with Python 3.6 on Windows in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Feb 7, 2022
1 parent 856f4e2 commit 4b41514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
exclude:
- os: macos-latest
python-version: "3.6"
- os: windows-latest
python-version: "3.6"

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

0 comments on commit 4b41514

Please sign in to comment.