diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d02a52d..2ea095e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: "windows-py311", "windows-pypy3", - "ubuntu-py37-pytestmain", + "ubuntu-py38-pytestmain", "ubuntu-py37", "ubuntu-py38", "ubuntu-py39", @@ -47,11 +47,6 @@ jobs: python: "pypy3.9" os: windows-latest tox_env: "pypy3" - - name: "ubuntu-py37-pytestmain" - python: "3.7" - os: ubuntu-latest - tox_env: "py37-pytestmain" - use_coverage: true - name: "ubuntu-py37" python: "3.7" os: ubuntu-latest @@ -62,6 +57,11 @@ jobs: os: ubuntu-latest tox_env: "py38" use_coverage: true + - name: "ubuntu-py38-pytestmain" + python: "3.8" + os: ubuntu-latest + tox_env: "py38-pytestmain" + use_coverage: true - name: "ubuntu-py39" python: "3.9" os: ubuntu-latest diff --git a/tox.ini b/tox.ini index 9c02640a..51009bfb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=linting,docs,py{37,38,39,310,311,py3},py{37}-pytest{main} +envlist=linting,docs,py{37,38,39,310,311,py3},py{38}-pytest{main} [testenv] commands=