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

Run unit tests also with Python 3.10. (#2486) (#2487)

ci_complete

(cherry picked from commit 624eb7171e)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2021-05-11 08:31:12 +02:00 committed by GitHub
parent 984d9d91b8
commit 9b7194be53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,7 @@ stages:
- test: 3.7 - test: 3.7
- test: 3.8 - test: 3.8
- test: 3.9 - test: 3.9
- test: '3.10'
- stage: Units_2_11 - stage: Units_2_11
displayName: Units 2.11 displayName: Units 2.11
dependsOn: [] dependsOn: []