Skip to content

Commit

Permalink
Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped supporting it
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Sep 12, 2023
1 parent 4ad7621 commit 8d17519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8d17519

Please sign in to comment.