mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #8500/49e2a863 backport][stable-8] Add Python 3.13 to CI (#8501)
Add Python 3.13 to CI (#8500)
Add Python 3.13 to CI.
(cherry picked from commit 49e2a8633e
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9315a7bb56
commit
6ee0141964
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,7 @@ stages:
|
||||||
- test: '3.10'
|
- test: '3.10'
|
||||||
- test: '3.11'
|
- test: '3.11'
|
||||||
- test: '3.12'
|
- test: '3.12'
|
||||||
|
- test: '3.13'
|
||||||
- stage: Units_2_17
|
- stage: Units_2_17
|
||||||
displayName: Units 2.17
|
displayName: Units 2.17
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
|
@ -354,6 +355,7 @@ stages:
|
||||||
targets:
|
targets:
|
||||||
- test: '3.8'
|
- test: '3.8'
|
||||||
- test: '3.11'
|
- test: '3.11'
|
||||||
|
- test: '3.13'
|
||||||
- stage: Generic_2_17
|
- stage: Generic_2_17
|
||||||
displayName: Generic 2.17
|
displayName: Generic 2.17
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
|
|
Loading…
Reference in a new issue