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 5f32fac commit 5b977e5Copy full SHA for 5b977e5
.github/workflows/tests.yml
@@ -7,14 +7,12 @@ on:
7
8
jobs:
9
build:
10
- # Avoiding -latest due to https://github.com/actions/setup-python/issues/162
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
12
timeout-minutes: 10
13
strategy:
14
fail-fast: false
15
matrix:
16
python-version:
17
- - "3.6"
18
- "3.7"
19
- "3.8"
20
- "3.9"
0 commit comments