Skip to content

Commit c51cf80

Browse files
chore(deps): update dependency python to 3.14 (#1307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 614def8 commit c51cf80

19 files changed

+19
-19
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.13"
26+
python-version: "3.14"
2727

2828
- name: Install dependencies
2929
run: make bootstrap-dev

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python
4242
uses: actions/setup-python@v6
4343
with:
44-
python-version: "3.13"
44+
python-version: "3.14"
4545

4646
- name: Install dependencies
4747
run: make bootstrap-dev

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.13"
26+
python-version: "3.14"
2727

2828
- name: Install dependencies
2929
run: make bootstrap-dev

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Python
4747
uses: actions/setup-python@v6
4848
with:
49-
python-version: "3.13"
49+
python-version: "3.14"
5050

5151
- name: Install dependencies
5252
run: make bootstrap-dev

.github/workflows/molecule_pg_upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Python
6161
uses: actions/setup-python@v6
6262
with:
63-
python-version: "3.13"
63+
python-version: "3.14"
6464

6565
- name: Install dependencies
6666
run: make bootstrap-dev

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v6
2828
with:
29-
python-version: "3.13"
29+
python-version: "3.14"
3030

3131
- name: Install dependencies
3232
run: make bootstrap-dev

.github/workflows/schedule_pg_almalinux10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424

2525
- name: Install dependencies
2626
run: make bootstrap-dev

.github/workflows/schedule_pg_almalinux9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424

2525
- name: Install dependencies
2626
run: make bootstrap-dev

.github/workflows/schedule_pg_centosstream10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424

2525
- name: Install dependencies
2626
run: make bootstrap-dev

.github/workflows/schedule_pg_centosstream9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424

2525
- name: Install dependencies
2626
run: make bootstrap-dev

0 commit comments

Comments
 (0)