Skip to content

Commit

Permalink
fix: Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin committed Aug 8, 2024
1 parent 44d6d73 commit c72ae32
Showing 1 changed file with 2 additions and 2 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

0 comments on commit c72ae32

Please sign in to comment.