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 f4a0f8c commit be2763fCopy full SHA for be2763f
.github/workflows/test.yml
@@ -14,24 +14,21 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
- - os: ubuntu-18.04
18
- python: "3.5"
19
- experimental: false
20
21
- python: "3.6"
22
23
+ - os: ubuntu-20.04
24
python: "3.7"
25
experimental: false
26
- os: ubuntu-20.04
27
python: "3.8"
28
29
30
python: "3.9"
31
- experimental: true
32
- - os: ubuntu-20.04
+ experimental: false
+ - os: ubuntu-22.04
33
python: "3.10"
34
+ python: "3.11"
35
36
runs-on: ${{ matrix.os }}
37
continue-on-error: ${{ matrix.experimental }}
0 commit comments