Skip to content

Commit

Permalink
Updated packages and expanded test matrix to include Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 8, 2024
1 parent 00997f3 commit f96aef1
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
sqlalchemy-version: ["<2.0", "default"]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit f96aef1

Please sign in to comment.