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 e56ab26 commit 3438c50Copy full SHA for 3438c50
.github/workflows/main.yml
@@ -19,11 +19,9 @@ jobs:
19
fail-fast: false
20
matrix:
21
name: [
22
- "windows-py36",
23
"windows-py310",
24
"windows-pypy3",
25
26
- "ubuntu-py36",
27
"ubuntu-py37-pytestmain",
28
"ubuntu-py37",
29
"ubuntu-py38",
@@ -37,10 +35,6 @@ jobs:
37
35
]
38
36
39
include:
40
- - name: "windows-py36"
41
- python: "3.6"
42
- os: windows-latest
43
- tox_env: "py36"
44
- name: "windows-py310"
45
python: "3.10"
46
os: windows-latest
@@ -49,11 +43,6 @@ jobs:
49
python: "pypy3"
50
51
tox_env: "pypy3"
52
- - name: "ubuntu-py36"
53
54
- os: ubuntu-latest
55
56
- use_coverage: true
57
- name: "ubuntu-py37-pytestmain"
58
47
python: "3.7"
59
48
os: ubuntu-latest
0 commit comments