grantjenks / python-sortedcontainers

Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
http://www.grantjenks.com/docs/sortedcontainers/
Other
3.51k stars 203 forks source link

Please release a new version #236

Open eike-fokken opened 5 months ago

eike-fokken commented 5 months ago

Hi! This looks like a great library! If I understand correctly, the newest version on pypi:

https://pypi.org/project/sortedcontainers/

seems to be three years old. It tells me, it was released on May, 17th, 2021 and newest supported python version is 3.7. According to the commit history, much has changed since then.

Could you publish a current one?