Skip to content

Commit c6cc820

Browse files
committed
fix-regression-flask-sqlalchemy-3.0
1 parent 5800118 commit c6cc820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
matrix:
1717
python: [3.7.x, 3.8.x, 3.9.x, 3.10.x]
1818
sqlalchemy: [1.2.*, 1.3.*, 1.4.*]
19-
flask_sqlalchemy: [2.*, 3.*]
19+
flask_sqlalchemy: [2.*]
20+
# flask_sqlalchemy: [2.*, 3.*]
2021
services:
2122
postgres:
2223
image: postgres:11

0 commit comments

Comments
 (0)