File tree Expand file tree Collapse file tree 4 files changed +32
-4
lines changed Expand file tree Collapse file tree 4 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 15
15
# 2.19 supports Python 3.11-3.13
16
16
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
17
17
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
18
- # milestone is and devel is switched to 2.20
18
+ # milestone is and devel is switched to 2.20 and drops support for Python 3.11
19
19
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
20
20
default : >-
21
21
[
22
+ {
23
+ "ansible-version": "devel",
24
+ "python-version": "3.11"
25
+ },
22
26
{
23
27
"ansible-version": "devel",
24
28
"python-version": "3.10"
25
29
},
30
+ {
31
+ "ansible-version": "milestone",
32
+ "python-version": "3.11"
33
+ },
26
34
{
27
35
"ansible-version": "milestone",
28
36
"python-version": "3.10"
Original file line number Diff line number Diff line change 15
15
# 2.19 supports Python 3.11-3.13
16
16
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
17
17
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
18
- # milestone is and devel is switched to 2.20
18
+ # milestone is and devel is switched to 2.20 and drops support for Python 3.11
19
19
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
20
20
default : >-
21
21
[
22
+ {
23
+ "ansible-version": "devel",
24
+ "python-version": "3.11"
25
+ },
22
26
{
23
27
"ansible-version": "devel",
24
28
"python-version": "3.10"
25
29
},
30
+ {
31
+ "ansible-version": "milestone",
32
+ "python-version": "3.11"
33
+ },
26
34
{
27
35
"ansible-version": "milestone",
28
36
"python-version": "3.10"
Original file line number Diff line number Diff line change 15
15
# 2.19 supports Python 3.11-3.13
16
16
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
17
17
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
18
- # milestone is and devel is switched to 2.20
18
+ # milestone is and devel is switched to 2.20 and drops support for Python 3.11
19
19
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
20
20
default : >-
21
21
[
22
+ {
23
+ "ansible-version": "devel",
24
+ "python-version": "3.11"
25
+ },
22
26
{
23
27
"ansible-version": "devel",
24
28
"python-version": "3.10"
25
29
},
30
+ {
31
+ "ansible-version": "milestone",
32
+ "python-version": "3.11"
33
+ },
26
34
{
27
35
"ansible-version": "milestone",
28
36
"python-version": "3.10"
Original file line number Diff line number Diff line change 15
15
# 2.19 supports Python 3.11-3.13
16
16
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
17
17
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
18
- # milestone is and devel is switched to 2.29
18
+ # milestone is and devel is switched to 2.20 and drops support for Python 3.11
19
19
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
20
20
default : >-
21
21
[
22
+ {
23
+ "ansible-version": "milestone",
24
+ "python-version": "3.11"
25
+ },
22
26
{
23
27
"ansible-version": "devel",
24
28
"python-version": "3.11"
You can’t perform that action at this time.
0 commit comments