Skip to content

Add Python 3.10 support

Athos Ribeiro requested to merge athos/python-agate:python-310 into master

Using or importing ABCs from 'collections' instead of 'collections.abc' has been deprecated, and it's finally removed in python 3.10. python-agate relies on these collections, therefore it fails to run on python 3.10

Merge request reports

Loading