Skip to content

Commit

Permalink
make exclusions match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Jul 26, 2024
1 parent 0646a42 commit 42181a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
exclude:
- os: windows-latest
python-version: "3.8"
python-version: "3.9"
- os: windows-latest
python-version: "3.10"
- os: windows-latest
python-version: "3.11"
runs-on: ${{ matrix.os }}
env:
POETRY_VIRTUALENVS_IN_PROJECT: true
Expand Down

0 comments on commit 42181a7

Please sign in to comment.