-
-
Notifications
You must be signed in to change notification settings - Fork 13.2k
cfv: migrate to python@3.14
#248673
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
cfv: migrate to python@3.14
#248673
Conversation
|
6609f44 to
e0ec11a
Compare
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.
Pull Request Overview
This PR migrates the cfv formula from Python 3.13 to Python 3.14 and includes a patch to fix a buffer overflow error in the term.py file.
Key changes:
- Updated Python dependency from
python@3.13topython@3.14 - Added an
inreplaceblock to patchlib/cfv/term.pyto resolve a SystemError buffer overflow issue
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
cfv: migrate to
python@3.14