chore: update ci to use min supported python version (#3777)
This commit is contained in:
2
.github/workflows/migration-test.yml
vendored
2
.github/workflows/migration-test.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: "Setup Python, Poetry and Dependencies"
|
||||
uses: packetcoders/action-setup-cache-python-poetry@main
|
||||
with:
|
||||
python-version: "3.12"
|
||||
python-version: "3.11"
|
||||
poetry-version: "1.8.2"
|
||||
install-args: "--all-extras"
|
||||
- name: Test alembic migration
|
||||
|
||||
Reference in New Issue
Block a user