Skip to content

Commit b92245b

Browse files
authored
Update Python versions in unit_source.yml (#196)
Removed duplicate Python version entries for 'devel' and added new versions.
1 parent a9c0f4a commit b92245b

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/unit_source.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,18 @@ on:
2121
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_20.html
2222
default: >-
2323
[
24+
{
25+
"ansible-version": "devel",
26+
"python-version": "3.10"
27+
},
2428
{
2529
"ansible-version": "devel",
2630
"python-version": "3.11"
2731
},
32+
{
33+
"ansible-version": "devel",
34+
"python-version": "3.12"
35+
},
2836
{
2937
"ansible-version": "devel",
3038
"python-version": "3.14"
@@ -37,10 +45,6 @@ on:
3745
"ansible-version": "stable-2.20",
3846
"python-version": "3.14"
3947
},
40-
{
41-
"ansible-version": "devel",
42-
"python-version": "3.10"
43-
},
4448
{
4549
"ansible-version": "milestone",
4650
"python-version": "3.11"

0 commit comments

Comments
 (0)