Skip to content

Commit 0964a8c

Browse files
committed
remove windows from ci
1 parent 68d0cd3 commit 0964a8c

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.6, 3.7, 3.8, pypy-3.6]
10+
os: [ubuntu-latest, macos-latest]
11+
python-version: [3.6, 3.7, 3.8]
1212
exclude:
1313
- os: macos-latest
1414
python-version: 3.8
15-
- os: windows-latest
16-
python-version: 3.6
1715

1816
steps:
1917
- uses: actions/checkout@v2

.github/workflows/format.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.6, 3.7, 3.8, pypy-3.6]
10+
os: [ubuntu-latest, macos-latest]
11+
python-version: [3.6, 3.7, 3.8]
1212
exclude:
1313
- os: macos-latest
1414
python-version: 3.8
15-
- os: windows-latest
16-
python-version: 3.6
1715
steps:
1816
- uses: actions/checkout@v2
1917
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.6, 3.7, 3.8, pypy-3.6]
10+
os: [ubuntu-latest, macos-latest]
11+
python-version: [3.6, 3.7, 3.8]
1212
exclude:
1313
- os: macos-latest
1414
python-version: 3.8
15-
- os: windows-latest
16-
python-version: 3.6
1715

1816
steps:
1917
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)