Skip to content

Commit

Permalink
fix-regression-flask-sqlalchemy-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Feb 25, 2023
1 parent 5800118 commit c6cc820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
matrix:
python: [3.7.x, 3.8.x, 3.9.x, 3.10.x]
sqlalchemy: [1.2.*, 1.3.*, 1.4.*]
flask_sqlalchemy: [2.*, 3.*]
flask_sqlalchemy: [2.*]
# flask_sqlalchemy: [2.*, 3.*]
services:
postgres:
image: postgres:11
Expand Down

0 comments on commit c6cc820

Please sign in to comment.