byashimov/django-controlcenter

Python 3.10 support

Closed this issue · 0 comments

When building project under Python 3.10, I'm getting the following error:

  File "/usr/local/lib/python3.10/site-packages/controlcenter/widgets/core.py", line 88, in <module>
    class Group(collections.Sequence):
AttributeError: module 'collections' has no attribute 'Sequence'