Closed tjlaboss closed 2 years ago
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working.
Addresses #475. Adds 3.10 to the test matrix.
Thanks for the fix. I'll let you merge this when you want
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working.
Addresses #475. Adds 3.10 to the test matrix.