We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e91cc commit dcf2451Copy full SHA for dcf2451
.github/workflows/unit_source.yml
@@ -21,19 +21,7 @@ on:
21
[
22
{
23
"ansible-version": "devel",
24
- "python-version": "3.10"
25
- },
26
- {
27
- "ansible-version": "milestone",
28
29
30
31
- "ansible-version": "stable-2.19",
32
33
34
35
- "ansible-version": "stable-2.18",
36
+ "python-version": "3.11"
37
},
38
39
"ansible-version": "stable-2.17",
@@ -80,7 +68,7 @@ jobs:
80
68
# 2.16 supports Python 3.10-3.11
81
69
# 2.17 supports Python 3.10-3.12
82
70
# 2.18 supports Python 3.11-3.13
83
- - "3.10"
71
+ # - "3.10"
84
72
- "3.11"
85
73
- "3.12"
86
74
- "3.13"
0 commit comments