Skip to content

Commit 823d1d8

Browse files
committed
docs: Document Ansible 13 (ansible-core 2.20) support
1 parent 9b46882 commit 823d1d8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/ansible_detailed.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Noteworthy Differences
145145
+-----------------+ 3.11 - 3.14 |
146146
| 12 | |
147147
+-----------------+-----------------+
148+
| 13 | 3.12 - 3.14 |
149+
+-----------------+-----------------+
148150

149151
Verify your installation is running one of these versions by checking
150152
``ansible --version`` output.

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ In progress (unreleased)
2424
* :gh:issue:`1237` :mod:`mitogen`: Re-declare Python 2.4 compatibility
2525
* :gh:issue:`1385` :mod:`ansible_mitogen`: Remove a use of
2626
``ansible.module_utils.six``
27+
* :gh:issue:`1354` docs: Document Ansible 13 (ansible-core 2.20) support
28+
2729

2830
v0.3.35 (2025-12-01)
2931
--------------------

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ envlist =
6363
py{27,36}-m_ans-ans{2.10,3,4}
6464
py{311}-m_ans-ans{2.10,3-5}
6565
py{313}-m_ans-ans{6-9}
66-
py{314}-m_ans-ans{10-12}
66+
py{314}-m_ans-ans{10-13}
6767
py{27,36,314}-m_mtg
6868
report,
6969

0 commit comments

Comments
 (0)