-
Notifications
You must be signed in to change notification settings - Fork 77
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
enable py312 client #985
enable py312 client #985
Conversation
TODO: look through #955 and basically just do a full text search throughout the code base where the current upper limit 3.11 / 311 appears and see where you need to update anything Edit: Doing this as a follow up https://linear.app/baseten/issue/BT-11307/truss-support-python-312-in-context-builder . Going to merge this as a stop gap to enable py312 client to use truss |
awaiting 👍 from @squidarth |
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.
one q about the distutils thing, lgtm otherwise
🚀 What
https://linear.app/baseten/issue/BT-11088/truss-support-python-312
💻 How
Updated the allowed versions in pyproject.toml and removed deprecated packages
🔬 Testing