We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b515901 commit d7b1a73Copy full SHA for d7b1a73
1 file changed
.github/workflows/tests.yml
@@ -44,13 +44,11 @@ jobs:
44
runs-on: ${{ matrix.os }}
45
strategy:
46
matrix:
47
- os: [ubuntu-latest, macos-latest, windows-latest]
48
- python-version: [3.6, 3.7, 3.8, pypy-3.6]
+ os: [ubuntu-latest, macos-latest]
+ python-version: [3.6, 3.7, 3.8]
49
exclude:
50
- os: macos-latest
51
python-version: 3.8
52
- - os: windows-latest
53
- python-version: 3.6
54
steps:
55
- uses: actions/checkout@v2
56
- name: Set up Python 3.7
0 commit comments