-
Notifications
You must be signed in to change notification settings - Fork 9
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
Upgrade astLib for Python>=3.12. #48
Conversation
Can one of the admins verify this patch? |
ok to test |
Thanks fo this. I do think we should keep the minimum version compatible with our current 20.04 (3.8) LTS versions for Tigger and MeqTrees, so maybe just undo the ^3.10 requirement |
Ok @bennahugo - the tests seem to be passing. Could you review when you have a moment? |
Getting the following from the build system now:
|
Proposed fix is to downgrade setuptools to 70.x Perhaps we need to pin this as a requirement in the toml file per pypa/setuptools#4483 |
Ok I can at least confirm it is an upstream regression in pypa/setuptools#4483 since the last PR to move the build system to poetry. |
So |
Work around upstream breakage due to pypa/setuptools#4483
This tiny PR should make tigger-lsm compatible with Python3.12.