Skip to content

Commit

Permalink
Merge pull request #121 from schireson/dc/update-ci
Browse files Browse the repository at this point in the history
fix: Update CI.
  • Loading branch information
DanCardin authored Aug 8, 2024
2 parents 44d6d73 + 3913019 commit f6b0ed1
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 607 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.2.2"]
sqlalchemy-version: ["1.3.0", "1.4.0", "2.0.0b4"]
sqlalchemy-version: ["1.3.0", "1.4.0", "2.0.0"]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit f6b0ed1

Please sign in to comment.