Skip to content

Commit f6b0ed1

Browse files
authored
Merge pull request #121 from schireson/dc/update-ci
fix: Update CI.
2 parents 44d6d73 + 3913019 commit f6b0ed1

File tree

4 files changed

+702
-607
lines changed

4 files changed

+702
-607
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ["3.7", "3.8", "3.9", "3.10"]
25+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2626
poetry-version: ["1.2.2"]
27-
sqlalchemy-version: ["1.3.0", "1.4.0", "2.0.0b4"]
27+
sqlalchemy-version: ["1.3.0", "1.4.0", "2.0.0"]
2828

2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)