Skip to content

Commit b1f5e0e

Browse files
committed
Don't test PyPy3 on Windows.
1 parent 9aeedec commit b1f5e0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
name: "Python ${{ matrix.python-version }}"
1313
runs-on: "windows-2019"
1414
env:
15-
USING_COVERAGE: '3.6,3.7,3.8,pypy3'
15+
USING_COVERAGE: '3.6,3.7,3.8'
1616

1717
strategy:
1818
fail-fast: False
1919
matrix:
20-
python-version: ["3.6","3.7","3.8","pypy3"]
20+
python-version: ["3.6","3.7","3.8"]
2121

2222

2323
steps:

0 commit comments

Comments
 (0)