soravux / scoop

SCOOP (Scalable COncurrent Operations in Python)
https://github.com/soravux/scoop
GNU Lesser General Public License v3.0
625 stars 88 forks source link

Backport collections patch to 0.7.1.1 #99

Closed bje- closed 1 year ago

bje- commented 1 year ago

Due to problems with the 0.7.2 release, I have had to roll back to version 0.7.1.1. This version no longer works with Python 3.10 because of the breaking changes to the Python collections module. There is a simple fix already in Git in commit 31b1d23d6fdd4bdde0c1cc4b849ecebf4e62b42f. Could this please be backported into the 0.7.1.1 release on PyPI?

Thanks.

bje- commented 1 year ago

Taken care of by @soravux. Thank you! There is now a version 0.7.1.3 in PyPI.