diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ddad4422..92211a55 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,8 +33,8 @@ jobs: - {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38} - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} - {name: 'PyPy', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy39} - - {name: 'Pallets Minimum Versions', python: '3.11', os: ubuntu-latest, tox: py311-min} - - {name: 'Pallets Development Versions', python: '3.7', os: ubuntu-latest, tox: py37-dev} + - {name: 'Minimum Versions', python: '3.11', os: ubuntu-latest, tox: py311-min} + - {name: 'Development Versions', python: '3.7', os: ubuntu-latest, tox: py37-dev} - {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing} steps: - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 diff --git a/tox.ini b/tox.ini index 026fae26..7f799390 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py3{12,11,10,9,8,7} - pypy3{9,8,7} + pypy39 py311-min py37-dev style