Skip to content

Commit 949ec77

Browse files
chore(deps): update dependency python to 3.13
1 parent 4bcb78b commit 949ec77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ansible_collection_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.11'
40+
python-version: '3.13'
4141

4242
# Install the head of the given branch (devel, stable-2.10)
4343
- name: Install ansible-base (${{ matrix.ansible }})

.github/workflows/ansible_doc_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.13'
2020

2121
- name: Install antsibull-docs
2222
run: pip install antsibull-docs --disable-pip-version-check

0 commit comments

Comments
 (0)