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 aa0444e commit c853624Copy full SHA for c853624
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ on:
25
jobs:
26
lint:
27
28
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
29
timeout-minutes: 10
30
31
steps:
@@ -46,16 +46,16 @@ jobs:
46
strategy:
47
matrix:
48
include:
49
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
50
python-version: '3.8'
51
toxenv: py38
52
53
python-version: '3.9'
54
toxenv: py39
55
56
python-version: '3.10'
57
toxenv: py310
58
59
python-version: '3.11'
60
toxenv: py311
61
0 commit comments