1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add Python 3.13 to CI (#8500)

Add Python 3.13 to CI.
This commit is contained in:
Felix Fontein 2024-06-13 22:37:33 +02:00 committed by GitHub
parent f0940d82dc
commit 49e2a8633e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,6 +127,7 @@ stages:
- test: '3.10'
- test: '3.11'
- test: '3.12'
- test: '3.13'
- stage: Units_2_17
displayName: Units 2.17
dependsOn: []
@ -354,6 +355,7 @@ stages:
targets:
- test: '3.8'
- test: '3.11'
- test: '3.13'
- stage: Generic_2_17
displayName: Generic 2.17
dependsOn: []