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.
2 parents 294ef40 + b8f8844 commit add0fb9Copy full SHA for add0fb9
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
"windows-pypy3",
25
26
"ubuntu-py36",
27
- "ubuntu-py36-pytestmain",
+ "ubuntu-py37-pytestmain",
28
"ubuntu-py37",
29
"ubuntu-py38",
30
"ubuntu-py39",
@@ -54,10 +54,10 @@ jobs:
54
os: ubuntu-latest
55
tox_env: "py36"
56
use_coverage: true
57
- - name: "ubuntu-py36-pytestmain"
58
- python: "3.6"
+ - name: "ubuntu-py37-pytestmain"
+ python: "3.7"
59
60
- tox_env: "py36-pytestmain"
+ tox_env: "py37-pytestmain"
61
62
- name: "ubuntu-py37"
63
python: "3.7"
0 commit comments