Skip to content

Commit af7fe6b

Browse files
authored
Update test.yml
1 parent a3a327f commit af7fe6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
max-parallel: 10
2626
matrix:
2727
platform: [ubuntu-latest, macos-latest, windows-latest]
28-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11]
28+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
2929
exclude:
30-
- platform: ubuntu-latest
31-
python-version: 3.6
3230
- platform: macos-latest
3331
python-version: 3.11
34-
- platform: windows-latest
35-
python-version: 3.6
32+
- platform: macos-latest
33+
python-version: 3.7
3634
- platform: windows-latest
3735
python-version: 3.11
36+
- platform: ubuntu-latest
37+
python-version: 3.7
3838

3939
steps:
4040
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)