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

Fix bug with Cython and make CI run daily #43

Merged
merged 2 commits into from
Oct 10, 2023

Conversation

sarahmonod
Copy link
Contributor

  • Remove .pxd source files
  • Ensure CI is run daily to detect problems faster

It shouldn't have been here to begin with, and with newer versions of
Cython this is now an error.

Running CI daily would have helped us detect that issue earlier. This
commit also drops CI for 2.7, 3.6, and 3.7, in preparation for a next
version that will no longer support these versions.

Signed-off-by: Gus Monod <[email protected]>
Signed-off-by: Gus Monod <[email protected]>
Copy link
Contributor

@godlygeek godlygeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sarahmonod
Copy link
Contributor Author

@godlygeek can you please remove 3.7 from the list of required checks and add 3.11 and 3.12 instead?

Alternatively you can grant me access to that repo and I can do it.

@godlygeek
Copy link
Contributor

@godlygeek can you please remove 3.7 from the list of required checks and add 3.11 and 3.12 instead?

Done, with @michaelmoss's help!

I'm going to land this, now that all tests are passing.

@godlygeek godlygeek merged commit 5654aea into bloomberg:main Oct 10, 2023
6 checks passed
@sarahmonod sarahmonod deleted the fix-pxd branch October 11, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants