Skip to content

Commit 22165e1

Browse files
authored
Update test.yml
1 parent 3a5b0f3 commit 22165e1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
platform: [ubuntu-latest, macos-latest, windows-latest]
19-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11]
19+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
2020
exclude:
21-
- platform: ubuntu-latest
22-
python-version: 3.6
2321
- platform: macos-latest
2422
python-version: 3.11
25-
- platform: windows-latest
26-
python-version: 3.6
2723
- platform: windows-latest
2824
python-version: 3.11
2925

0 commit comments

Comments
 (0)