Skip to content

Commit cd2a48a

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.12"
21+
python-version: "3.14"
2222

2323
- name: Install dependencies
2424
run: pip install ansible-core ansible-lint
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Python
5656
uses: actions/setup-python@v6
5757
with:
58-
python-version: "3.12"
58+
python-version: "3.14"
5959

6060
- name: Install ansible-core
6161
run: pip install ansible-core
@@ -74,7 +74,7 @@ jobs:
7474
- name: Set up Python
7575
uses: actions/setup-python@v6
7676
with:
77-
python-version: "3.12"
77+
python-version: "3.14"
7878

7979
- name: Install Ansible
8080
run: pip install ansible-core

0 commit comments

Comments
 (0)