Skip to content

Commit d01ca28

Browse files
Update dependency python to 3.14
1 parent afa37ca commit d01ca28

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/bump_dependent_charms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup python
9292
uses: actions/setup-python@v5
9393
with:
94-
python-version: "3.10"
94+
python-version: "3.14"
9595
cache: "poetry"
9696

9797
- name: Install deps

.github/workflows/ci-quick.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up python environment
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.14"
2727
cache: "poetry"
2828
- name: Install pre-commit
2929
run: |
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set up python environment
8282
uses: actions/setup-python@v5
8383
with:
84-
python-version: "3.10"
84+
python-version: "3.14"
8585
cache: "poetry"
8686
- name: Run linters
8787
run: tox run -e lint
@@ -106,7 +106,7 @@ jobs:
106106
- name: Set up python environment
107107
uses: actions/setup-python@v5
108108
with:
109-
python-version: "3.10"
109+
python-version: "3.14"
110110
cache: "poetry"
111111
- name: Run tests
112112
run: tox run -e unit-${{ matrix.env }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up python environment
5454
uses: actions/setup-python@v5
5555
with:
56-
python-version: "3.10"
56+
python-version: "3.14"
5757
cache: "poetry"
5858
- name: Update lib and build charm
5959
shell: bash

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up python environment
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: "3.10"
36+
python-version: "3.14"
3737
- name: Compute matrix
3838
id: compute
3939
shell: bash
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup python
6969
uses: actions/setup-python@v5
7070
with:
71-
python-version: '3.10'
71+
python-version: '3.14'
7272
cache: 'poetry'
7373
- name: Get current version
7474
run: echo "CURRENT_VERSION=$(poetry version --short)" >> "$GITHUB_ENV"

.github/workflows/integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup python 3.12
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.14"
2424
- name: Set up environment
2525
run: |
2626
sudo snap install go --classic

0 commit comments

Comments
 (0)