Skip to content

Commit

Permalink
CI: Skip testing SQLAlchemy 1.3 on Python 3.10
Browse files Browse the repository at this point in the history
This matrix slot failed, and SQLAlchemy 1.3 is on the edge of becoming
unsupported anyway.
  • Loading branch information
amotl committed Jan 16, 2024
1 parent 6331a3a commit 6314807
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
pip-allow-prerelease: ['false']

exclude:
# SQLAlchemy 1.3 is not supported on Python 3.12 and higher.
# SQLAlchemy 1.3 is not supported on Python 3.10, 3.12, and higher.
- os: 'ubuntu-latest'
python-version: '3.10'
sqla-version: '<1.4'
- os: 'ubuntu-latest'
python-version: '3.12'
sqla-version: '<1.4'
Expand Down

0 comments on commit 6314807

Please # to comment.