Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collection.Mapping deprecated for python +3.10 (#181)
When trying to use kitchen environments with a python version +3.10 , collection.Mapping throws an error as it is now deprecated. Changing this to collection.abc.Mapping. This is backwards compatible with all Python >= 3.3
- Loading branch information