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 36c3dbc commit 758941cCopy full SHA for 758941c
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
"windows-py311",
24
"windows-pypy3",
25
26
- "ubuntu-py37-pytestmain",
+ "ubuntu-py38-pytestmain",
27
"ubuntu-py37",
28
"ubuntu-py38",
29
"ubuntu-py39",
@@ -47,11 +47,6 @@ jobs:
47
python: "pypy3.9"
48
os: windows-latest
49
tox_env: "pypy3"
50
- - name: "ubuntu-py37-pytestmain"
51
- python: "3.7"
52
- os: ubuntu-latest
53
- tox_env: "py37-pytestmain"
54
- use_coverage: true
55
- name: "ubuntu-py37"
56
python: "3.7"
57
os: ubuntu-latest
@@ -62,6 +57,11 @@ jobs:
62
63
58
tox_env: "py38"
64
59
use_coverage: true
60
+ - name: "ubuntu-py38-pytestmain"
61
+ python: "3.8"
+ os: ubuntu-latest
+ tox_env: "py38-pytestmain"
+ use_coverage: true
65
- name: "ubuntu-py39"
66
python: "3.9"
67
0 commit comments