-
-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support python 3.11 #3199
Support python 3.11 #3199
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 <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
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 <[email protected]>
Also update setup metadata to Python 3.11 Signed-off-by: Philippe Ombredanne <[email protected]>
6187a14
to
5590122
Compare
This is used when creating release archives Signed-off-by: Philippe Ombredanne <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All green and good looking. Thank you.
Fixes #2730
Tasks
Run tests locally to check for errors.