Skip to content

Commit

Permalink
test: run devel (ansible-core 2.18) tests with python 3.13 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Oct 21, 2024
1 parent bb23d0a commit b545860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ stages:
- template: templates/matrix.yml
parameters:
targets:
- name: (py3.12)
test: devel/units/3.12
- name: (py3.13)
test: devel/units/3.13

- stage: Units_2_17
displayName: Units 2.17
Expand Down Expand Up @@ -127,8 +127,8 @@ stages:
parameters:
groups: [1, 2, 3]
targets:
- name: (py3.12)
test: devel/integration/3.12
- name: (py3.13)
test: devel/integration/3.13

- stage: Integration_2_17
displayName: Integration 2.17
Expand Down

0 comments on commit b545860

Please sign in to comment.