Release for python 3.10
ksunden opened this issue · 2 comments
ksunden commented
Python 3.10 is here, and with it comes the actual removal of the ABCs from the Collections
namespace which were moved to Collections.abc
As a result, pims fails to import on 3.10 for the released version (though it has been updated on master already)
Tomaubier commented
Any updates on this?