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 c85fabb commit 223adfdCopy full SHA for 223adfd
.github/workflows/tests.yml
@@ -7,30 +7,37 @@ concurrency:
7
8
jobs:
9
tests:
10
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
11
strategy:
12
fail-fast: false
13
matrix:
14
include:
15
- python-version: "3.6.15"
16
+ os: ubuntu-20.04
17
env:
18
TOXENV: py36
19
- python-version: "3.7"
20
+ os: ubuntu-latest
21
22
TOXENV: py
23
- python-version: "3.8"
24
25
26
27
- python-version: "3.9"
28
29
30
31
- python-version: "3.10"
32
33
34
35
- python-version: "3.11"
36
37
38
39
- python-version: "3.12"
40
41
42
43
0 commit comments