fix(ci): exclude Python 3.12 from milestone test matrix

ansible-core milestone now requires Python >=3.13, causing all
py3.12/milestone CI jobs to fail with:
"Package 'ansible-core' requires a different Python: 3.12 not in '>=3.13'"

Assisted-by: Claude Code
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2026-07-03 16:00:53 +02:00
parent 9780788511
commit 3ee0d70706
2 changed files with 12 additions and 0 deletions

View File

@@ -63,6 +63,10 @@ on:
"ansible-version": "milestone",
"python-version": "3.11"
},
{
"ansible-version": "milestone",
"python-version": "3.12"
},
{
"ansible-version": "devel",
"python-version": "3.10"