diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1707a9f5..eb257138 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,10 +55,8 @@ jobs: - {name: 'Linux_py310', python: '3.10', os: 'ubuntu-latest', pytest: 'py310'} - {name: '3.9', python: '3.9', os: 'ubuntu-latest', pytest: 'py39'} - {name: '3.8', python: '3.8', os: 'ubuntu-latest', pytest: 'py38'} - - {name: '3.7', python: '3.7', os: 'ubuntu-latest', pytest: 'py37'} - {name: 'PyPy-3.9', python: 'pypy-3.9', os: 'ubuntu-latest', pytest: 'pypy39'} - {name: 'PyPy-3.8', python: 'pypy-3.8', os: 'ubuntu-latest', pytest: 'pypy38'} - - {name: 'PyPy-3.7', python: 'pypy-3.7', os: 'ubuntu-latest', pytest: 'pypy37'} steps: - name: Checkout uses: actions/checkout@v3