-
Notifications
You must be signed in to change notification settings - Fork 92
disable compilation py>=3.14 #687
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
Conversation
GiovanniCanali
left a comment
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.
As specified in #682, the following solution is not effective:
if (
compile is None
or sys.platform == "win32"
or sys.version_info >= (3, 14)
):
compile = False
Code Coverage SummaryResults for commit: 256ac9d Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Yes, I am trying to understand why. It should work, seems like something inside is happening somewhere |
|
Merged by mistake, moving to #690 |
Description
This PR fixes #683.
Checklist