Skip to content

Commit 42181a7

Browse files
make exclusions match upstream
1 parent 0646a42 commit 42181a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-upstream.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ jobs:
1313
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1414
exclude:
1515
- os: windows-latest
16-
python-version: "3.8"
16+
python-version: "3.9"
17+
- os: windows-latest
18+
python-version: "3.10"
19+
- os: windows-latest
20+
python-version: "3.11"
1721
runs-on: ${{ matrix.os }}
1822
env:
1923
POETRY_VIRTUALENVS_IN_PROJECT: true

0 commit comments

Comments
 (0)