Conversation
* Bump ahocorasick to v2.0.0 * Bump intbitset to v3.0.2 Additionally also bump saneyamp to v0.6.0 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
8dffdda to
2d8b809
Compare
|
Here is a chat log with wonderful @SnoopJ on #python ! thank you
So the failures in https://dev.azure.com/nexB/44deaec8-15bb-470e-b20f-1e2c33a64c65/_apis/build/builds/9632/logs/142 on Python 3.11 is because of attrs-based classes: Here the super is a hierarchy of attrs objects. The issue is python-attrs/attrs#907 and was fixed by @hynek in python-attrs/attrs#969 ... Thank you ++ @hynek ... you rock too! The simple fix is to bump attrs to >= 22.1 |
But still support older attrs versions on older Python versions Thank-you-to: James Gerity @SnoopJ Reference: python-attrs/attrs#907 Reference: python-attrs/attrs#969 Reference: #3199 (comment) Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Also update setup metadata to Python 3.11 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
6187a14 to
5590122
Compare
This is used when creating release archives Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
pombredanne
left a comment
There was a problem hiding this comment.
All green and good looking. Thank you.
Fixes #2730
Tasks
Run tests locally to check for errors.