Skip to content
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

Declare our minimum supported Cython version #465

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

godlygeek
Copy link
Contributor

Now that we use noexcept in some Cython functions signatures, we can no longer support Cython versions prior to 0.29.31.

Now that we use `noexcept` in some Cython functions signatures, we can
no longer support Cython versions prior to 0.29.31.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek self-assigned this Sep 22, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (c016ce5) 91.97% compared to head (0ac8570) 91.96%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #465      +/-   ##
==========================================
- Coverage   91.97%   91.96%   -0.01%     
==========================================
  Files          91       91              
  Lines       10803    10803              
  Branches     1485     1485              
==========================================
- Hits         9936     9935       -1     
- Misses        865      866       +1     
  Partials        2        2              
Flag Coverage Δ
cpp 85.20% <ø> (-0.03%) ⬇️
python_and_cython 95.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pablogsal pablogsal merged commit 363502b into bloomberg:main Oct 2, 2023
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants