-
Notifications
You must be signed in to change notification settings - Fork 123
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 cython>=3
and remove cython<3
pin.
#3028
Conversation
✔️ 97a56b2 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3028 +/- ##
=======================================
Coverage 67.27% 67.28%
=======================================
Files 571 571
Lines 104916 104909 -7
=======================================
Hits 70585 70585
+ Misses 34331 34324 -7 ☔ View full report in Codecov by Sentry. |
cython>=3
and remove cython<3
pin.
c6d13dd
to
ae2db1a
Compare
This comment has been minimized.
This comment has been minimized.
✔️ fcb8af5 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
✔️ c8221ee -> Azure artifacts URL |
|
✔️ 87a9524 -> Azure artifacts URL |
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.
Seems like a sensible compromise between RXD using dlsym
(hence language="c"
) and MUSIC that uses std::vector
(therefore language="c++"
).
Fixes #2435