Skip to content

Commit b8f8844

Browse files
committed
Use py37 to test pytest main branch
pytest main has dropped Python 3.6.
1 parent 294ef40 commit b8f8844

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
"windows-pypy3",
2525

2626
"ubuntu-py36",
27-
"ubuntu-py36-pytestmain",
27+
"ubuntu-py37-pytestmain",
2828
"ubuntu-py37",
2929
"ubuntu-py38",
3030
"ubuntu-py39",
@@ -54,10 +54,10 @@ jobs:
5454
os: ubuntu-latest
5555
tox_env: "py36"
5656
use_coverage: true
57-
- name: "ubuntu-py36-pytestmain"
58-
python: "3.6"
57+
- name: "ubuntu-py37-pytestmain"
58+
python: "3.7"
5959
os: ubuntu-latest
60-
tox_env: "py36-pytestmain"
60+
tox_env: "py37-pytestmain"
6161
use_coverage: true
6262
- name: "ubuntu-py37"
6363
python: "3.7"

0 commit comments

Comments
 (0)