robtandy / randomdict

Python dictionaries with O(1) random element access.
58 stars 6 forks source link

won't install on python 3.10 #4

Open ghost opened 2 years ago

ghost commented 2 years ago

you need to use collections.abc and not collections anymore.

but good work otherwise

emeryberger commented 2 months ago

This was fixed and can be closed.