File tree Expand file tree Collapse file tree 4 files changed +35
-10
lines changed Expand file tree Collapse file tree 4 files changed +35
-10
lines changed Original file line number Diff line number Diff line change 1212 # 2.16 supports Python 3.10-3.11
1313 # 2.17 supports Python 3.10-3.12
1414 # 2.18 supports Python 3.11-3.13
15+ # 2.19 supports Python 3.11-3.13
1516 # support for Python 3.13 added and 3.10 removed in 2.18 for control node
16- # taret node supported Python 3.8-3.13 as of 2.18
17- # milestone is and devel is switched to 2.19
17+ # taret node supported Python 3.8-3.13 as of 2.18 and 2.19
18+ # milestone is and devel is switched to 2.20
1819 # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
1920 default : >-
2021 [
2627 "ansible-version": "milestone",
2728 "python-version": "3.10"
2829 },
30+ {
31+ "ansible-version": "stable-2.19",
32+ "python-version": "3.10"
33+ },
2934 {
3035 "ansible-version": "stable-2.18",
3136 "python-version": "3.10"
6873 - stable-2.16
6974 - stable-2.17
7075 - stable-2.18
76+ - stable-2.19
7177 - milestone
7278 - devel
7379 python-version :
Original file line number Diff line number Diff line change 1212 # 2.16 supports Python 3.10-3.11
1313 # 2.17 supports Python 3.10-3.12
1414 # 2.18 supports Python 3.11-3.13
15+ # 2.19 supports Python 3.11-3.13
1516 # support for Python 3.13 added and 3.10 removed in 2.18 for control node
16- # taret node supported Python 3.8-3.13 as of 2.18
17- # milestone is and devel is switched to 2.19
18- # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18 .html
17+ # taret node supported Python 3.8-3.13 as of 2.18 and 2.19
18+ # milestone is and devel is switched to 2.20
19+ # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19 .html
1920 default : >-
2021 [
2122 {
2627 "ansible-version": "milestone",
2728 "python-version": "3.10"
2829 },
30+ {
31+ "ansible-version": "stable-2.19",
32+ "python-version": "3.10"
33+ },
2934 {
3035 "ansible-version": "stable-2.18",
3136 "python-version": "3.10"
@@ -81,12 +86,14 @@ jobs:
8186 - stable-2.16
8287 - stable-2.17
8388 - stable-2.18
89+ - stable-2.19
8490 - milestone
8591 - devel
8692 python-version :
8793 # 2.16 supports Python 3.10-3.11
8894 # 2.17 supports Python 3.10-3.12
8995 # 2.18 supports Python 3.11-3.13
96+ # 2.19 supports Python 3.11-3.13
9097 - " 3.10"
9198 - " 3.11"
9299 - " 3.12"
Original file line number Diff line number Diff line change 1212 # 2.16 supports Python 3.10-3.11
1313 # 2.17 supports Python 3.10-3.12
1414 # 2.18 supports Python 3.11-3.13
15+ # 2.19 supports Python 3.11-3.13
1516 # support for Python 3.13 added and 3.10 removed in 2.18 for control node
16- # taret node supported Python 3.8-3.13 as of 2.18
17- # milestone is and devel is switched to 2.19
18- # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18 .html
17+ # taret node supported Python 3.8-3.13 as of 2.18 and 2.19
18+ # milestone is and devel is switched to 2.20
19+ # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19 .html
1920 default : >-
2021 [
2122 {
2627 "ansible-version": "milestone",
2728 "python-version": "3.10"
2829 },
30+ {
31+ "ansible-version": "stable-2.19",
32+ "python-version": "3.10"
33+ },
2934 {
3035 "ansible-version": "stable-2.18",
3136 "python-version": "3.10"
7479 - stable-2.16
7580 - stable-2.17
7681 - stable-2.18
82+ - stable-2.19
7783 - milestone
7884 - devel
7985 python-version :
Original file line number Diff line number Diff line change 1212 # 2.16 supports Python 3.10-3.11
1313 # 2.17 supports Python 3.10-3.12
1414 # 2.18 supports Python 3.11-3.13
15+ # 2.19 supports Python 3.11-3.13
1516 # support for Python 3.13 added and 3.10 removed in 2.18 for control node
16- # taret node supported Python 3.8-3.13 as of 2.18
17- # milestone is and devel is switched to 2.19
17+ # taret node supported Python 3.8-3.13 as of 2.18 and 2.19
18+ # milestone is and devel is switched to 2.29
1819 # https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
1920 default : >-
2021 [
2627 "ansible-version": "milestone",
2728 "python-version": "3.10"
2829 },
30+ {
31+ "ansible-version": "stable-2.19",
32+ "python-version": "3.10"
33+ },
2934 {
3035 "ansible-version": "stable-2.18",
3136 "python-version": "3.10"
6873 - stable-2.16
6974 - stable-2.17
7075 - stable-2.18
76+ - stable-2.19
7177 - milestone
7278 - devel
7379 python-version :
You can’t perform that action at this time.
0 commit comments