We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcfc33 commit 55bc840Copy full SHA for 55bc840
.github/workflows/ci.yaml
@@ -10,10 +10,11 @@ jobs:
10
strategy:
11
matrix:
12
include:
13
- - python-version: 3.6
14
- os: ubuntu-20.04
15
- - python-version: 3.7
16
+ # Ubuntu 20.04 is no longer supported by GitHub Actions
+ # - python-version: 3.6
+ # os: ubuntu-20.04
+ # - python-version: 3.7
17
18
- python-version: 3.8
19
os: ubuntu-22.04
20
0 commit comments