Skip to content

Commit

Permalink
chore: Test CI against most recent python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin committed Dec 7, 2022
1 parent 5ba681f commit ee490d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.9"]
# Test our minimum version bound, the highest version available,
# and something in the middle (i.e. what gets run locally).
python-version: ["3.7", "3.9", "3.11"]
sqlalchemy-version: ["1.3", "1.4"]

name: Python ${{ matrix.python-version }} Tests
Expand Down

0 comments on commit ee490d7

Please sign in to comment.