test: run devel (ansible-core 2.18) tests with python 3.13 (#575)

##### SUMMARY

See
https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
This commit is contained in:
Jonas L. 2024-10-21 12:29:37 +02:00 committed by GitHub
parent bb23d0ab14
commit b545860e9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,8 +85,8 @@ stages:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
targets: targets:
- name: (py3.12) - name: (py3.13)
test: devel/units/3.12 test: devel/units/3.13
- stage: Units_2_17 - stage: Units_2_17
displayName: Units 2.17 displayName: Units 2.17
@ -127,8 +127,8 @@ stages:
parameters: parameters:
groups: [1, 2, 3] groups: [1, 2, 3]
targets: targets:
- name: (py3.12) - name: (py3.13)
test: devel/integration/3.12 test: devel/integration/3.13
- stage: Integration_2_17 - stage: Integration_2_17
displayName: Integration 2.17 displayName: Integration 2.17