Skip to content

Commit fdce893

Browse files
authored
Drop 3.9 support for Ansible 2.16 (#111)
1 parent 67b73b6 commit fdce893

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

.github/workflows/integration_simple.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
# 2.13 supports Python 3.8-3.10
1414
# 2.14 supports Python 3.9-3.11
1515
# 2.15 supports Python 3.9-3.11
16+
# 2.16 supports Python 3.10-3.11
1617
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
1718
# milestone is 2.15 until 2023-05-01
1819
# devel is 2.16 until 2023-09-18
@@ -53,6 +54,10 @@ on:
5354
{
5455
"ansible-version": "devel",
5556
"python-version": "3.8"
57+
},
58+
{
59+
"ansible-version": "devel",
60+
"python-version": "3.9"
5661
}
5762
]
5863
required: false

.github/workflows/sanity.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
# 2.13 supports Python 3.8-3.10
1414
# 2.14 supports Python 3.9-3.11
1515
# 2.15 supports Python 3.9-3.11
16+
# 2.16 supports Python 3.10-3.11
1617
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
1718
# milestone is 2.15 until 2023-05-01
1819
# devel is 2.16 until 2023-09-18
@@ -77,6 +78,10 @@ on:
7778
{
7879
"ansible-version": "devel",
7980
"python-version": "3.8"
81+
},
82+
{
83+
"ansible-version": "devel",
84+
"python-version": "3.9"
8085
}
8186
]
8287
required: false

.github/workflows/unit_galaxy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
# 2.13 supports Python 3.8-3.10
1414
# 2.14 supports Python 3.9-3.11
1515
# 2.15 supports Python 3.9-3.11
16+
# 2.16 supports Python 3.10-3.11
1617
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
1718
# milestone is 2.15 until 2023-05-01
1819
# devel is 2.16 until 2023-09-18
@@ -77,6 +78,10 @@ on:
7778
{
7879
"ansible-version": "devel",
7980
"python-version": "3.8"
81+
},
82+
{
83+
"ansible-version": "devel",
84+
"python-version": "3.9"
8085
}
8186
]
8287
required: false

.github/workflows/unit_source.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
# 2.13 supports Python 3.8-3.10
1313
# 2.14 supports Python 3.9-3.11
1414
# 2.15 supports Python 3.9-3.11
15+
# 2.16 supports Python 3.10-3.11
1516
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
1617
# milestone is 2.15 until 2023-05-01
1718
# devel is 2.16 until 2023-09-18
@@ -40,6 +41,10 @@ on:
4041
{
4142
"ansible-version": "devel",
4243
"python-version": "3.8"
44+
},
45+
{
46+
"ansible-version": "devel",
47+
"python-version": "3.9"
4348
}
4449
]
4550
required: false

0 commit comments

Comments
 (0)