diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36867de..24eda9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: matrix: # TODO: add windows-latest os: [ubuntu-latest, macos-latest] - python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9'] + python: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9'] sqla: ['sqlalchemy<2 flask-sqlalchemy<3.1', 'sqlalchemy>=2 flask-sqlalchemy>=3.1'] fail-fast: false runs-on: ${{ matrix.os }}