Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_test_charms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Set up python environment
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.14"
cache: "poetry"
- name: Update lib and build charm
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump_dependent_charms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.14"
cache: "poetry"

- name: Install deps
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up python environment
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.14"
cache: "poetry"
- name: Install deps
run: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Set up python environment
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.14"
cache: "poetry"
- name: Install deps
run: |
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Set up python environment
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.14"
cache: "poetry"
- name: Install deps
run: |
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- tests/integration/applications/continuous_write_charm
- tests/integration/applications/mongos_client_charm
name: Build charm | ${{ matrix.path }}
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v40.0.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v40.1.0
with:
path-to-charm-directory: ${{ matrix.path }}
artifact-prefix: packed-charm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up python environment
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.14"
- name: Compute matrix
id: compute
shell: bash
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.14'
cache: 'poetry'
- name: Get current version
run: echo "CURRENT_VERSION=$(poetry version --short)" >> "$GITHUB_ENV"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup python 3.12
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"
- name: Set up environment
run: |
sudo snap install go --classic
Expand Down
Loading