Point to Python 3.13 for ansible-core devel (#1174)

This commit is contained in:
Bianca Henderson
2026-07-01 09:29:22 -04:00
committed by GitHub
parent a4fc40732a
commit ceeafa8c6d
2 changed files with 15 additions and 11 deletions

View File

@@ -58,11 +58,15 @@ jobs:
# Ref must match a branch/tag on github.com/ansible/ansible (e.g. stable-2.18, not 2.18).
ansible-version: ["stable-2.18", "milestone"]
enable-turbo-mode: [true, false]
python-version: ["3.12", "3.13"]
exclude:
- ansible-version: "milestone"
enable-turbo-mode: true
python-version:
- "3.12"
# stable-2.18 supports 3.12; milestone (devel) requires >=3.13
- ansible-version: "stable-2.18"
python-version: "3.13"
- ansible-version: "milestone"
python-version: "3.12"
workflow-id: ${{ fromJson(needs.splitter.outputs.test_jobs) }}
name: Integration tests
steps: