Skip to content

Commit 8acada3

Browse files
committed
Bump Ansible to <10 to support Python 3.12
Version is in line with what Kolla/Kayobe supports for 2024.1
1 parent 7f2f7b4 commit 8acada3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# FIXME: rich pinned due to https://github.com/ansible-community/ansible-lint/issues/1795.
2828
- name: Install ansible-lint
2929
run: |
30-
pip install ansible-core==2.12.* 'rich<11' ansible-lint==5.3.*
30+
pip install ansible-core==2.16.* 'rich<11' ansible-lint==24.*
3131
3232
- name: Lint Ansible playbooks
3333
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ansible<6
1+
ansible<10
22
jmespath==0.10.0

0 commit comments

Comments
 (0)