Skip to content

Commit a250a0e

Browse files
authored
Specify Python version to 3.14 in CI workflow
1 parent 3db8495 commit a250a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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 3.
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: '3.x'
23+
python-version: '3.14'
2424

2525
- name: Install test dependencies.
2626
run: pip3 install yamllint ansible-core>=2.20.0 ansible-lint

0 commit comments

Comments
 (0)