Skip to content

Commit

Permalink
remove 1.3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Dec 6, 2023
1 parent d60a8c9 commit 0c8ddcd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@ jobs:

strategy:
matrix:
python-version: [ '3.7', '3.9', '3.11' ]
sqlalchemy-version: [ '1.3', '1.4' ]
python-version: [ '3.9', '3.11' ]
sqlalchemy-version: [ '1.4' ]
include:
- sqlalchemy-version: '1.3'
sqlalchemy-lt-version: '1.4'
flask-sqlalchemy-version: '2.0'
flask-sqlalchemy-lt-version: '3.0'
flask-version: '2.2'
flask-lt-version: '3.0'
- sqlalchemy-version: '1.4'
sqlalchemy-lt-version: '2.0'
flask-sqlalchemy-version: '3.0'
Expand Down

0 comments on commit 0c8ddcd

Please sign in to comment.