chore: update ci to use min supported python version (#3777)
This commit is contained in:
2
.github/workflows/code_style_checks.yml
vendored
2
.github/workflows/code_style_checks.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.12"] # Adjust Python version matrix if needed
|
||||
python-version: ["3.11", "3.12", "3.13"] # Adjust Python version matrix if needed
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Set permissions for log directory
|
||||
run: |
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
#- name: "Setup Python, Poetry and Dependencies"
|
||||
# uses: packetcoders/action-setup-cache-python-poetry@v1.2.0
|
||||
# with:
|
||||
# python-version: "3.12"
|
||||
# python-version: "3.11"
|
||||
# poetry-version: "1.8.2"
|
||||
# install-args: "--all-extras"
|
||||
|
||||
|
||||
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
|
||||
|
||||
569
poetry.lock
generated
569
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user