We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8f51b commit e18f03eCopy full SHA for e18f03e
1 file changed
.github/workflows/nightly_runner.yml
@@ -11,6 +11,9 @@ jobs:
11
matrix:
12
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
13
os: [ ubuntu-20.04, windows-latest ]
14
+ exclude:
15
+ - os: windows-latest
16
+ python-version: pypy-3.9
17
fail-fast: false
18
steps:
19
- name: Setup Python
0 commit comments