We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d523c0 commit 4a0f09bCopy full SHA for 4a0f09b
.github/workflows/build.yml
@@ -13,10 +13,11 @@ jobs:
13
name: '${{ matrix.os }}: ${{ matrix.tox-env }}'
14
runs-on: ${{ matrix.os }}
15
strategy:
16
+ fail-fast: false
17
matrix:
18
tox-env: [py37-test, py38-test, py39-test,
19
py310-test, pypy-test]
- os: [ubuntu-latest, windows-latest]
20
+ os: [ubuntu-22.04, windows-latest]
21
22
# Only test on a couple of versions on Windows.
23
exclude:
0 commit comments