Skip to content

Commit dcf2451

Browse files
authored
Update unit_source.yml (#175)
1 parent 83e91cc commit dcf2451

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/unit_source.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,7 @@ on:
2121
[
2222
{
2323
"ansible-version": "devel",
24-
"python-version": "3.10"
25-
},
26-
{
27-
"ansible-version": "milestone",
28-
"python-version": "3.10"
29-
},
30-
{
31-
"ansible-version": "stable-2.19",
32-
"python-version": "3.10"
33-
},
34-
{
35-
"ansible-version": "stable-2.18",
36-
"python-version": "3.10"
24+
"python-version": "3.11"
3725
},
3826
{
3927
"ansible-version": "stable-2.17",
@@ -80,7 +68,7 @@ jobs:
8068
# 2.16 supports Python 3.10-3.11
8169
# 2.17 supports Python 3.10-3.12
8270
# 2.18 supports Python 3.11-3.13
83-
- "3.10"
71+
# - "3.10"
8472
- "3.11"
8573
- "3.12"
8674
- "3.13"

0 commit comments

Comments
 (0)