Skip to content

Commit dd70fdf

Browse files
leonardleonarf
authored andcommitted
bump python version in github actions
1 parent 2cd0690 commit dd70fdf

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/poetry_lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-python@v5
2929
with:
30-
python-version: 3.9
30+
python-version: 3.11
3131

3232
- name: Install poetry
3333
shell: bash

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: actions/setup-python@v5
4949
with:
50-
python-version: "3.8"
50+
python-version: "3.11"
5151

5252
- name: Package setup
5353
run: |

.github/workflows/test_integration_adapter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
dbt_version:
3030
- "1.7.16"
3131
python:
32-
- "3.8"
33-
- "3.9"
34-
- "3.10"
3532
- "3.11"
33+
- "3.12"
34+
- "3.13"
3635

3736
concurrency:
3837
group: "${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ matrix.profile }}-${{ matrix.python }}"

0 commit comments

Comments
 (0)