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

WIP: support Python 3.7 #21

Closed
wants to merge 2 commits into from
Closed

Conversation

andreas-h
Copy link

Checklist

  • Used a fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

closes #20

Upstream problem is documented in rkern/line_profiler#132, but
upstream seems unresponsive.

This here tries to implement the fix suggested in the upstream issue
by manually running Cython before pip installing.

Haven't had a chance to really test this yet, but was hoping that the CI would take care of that ...

Upstream problem is documented in rkern/line_profiler#132, but
upstream seems unresponsive.

This here tries to implement the fix suggested in the upstream issue
by manually running Cython before pip installing.

closes conda-forge#20
@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@andreas-h andreas-h changed the title ENH: support Python 3.7 WIP: support Python 3.7 May 31, 2019
@andreas-h
Copy link
Author

seems like there's no ci testing for 3.7 ... so i'll do some testing on my own then, please ignore until then.

@grlee77
Copy link
Member

grlee77 commented Jul 5, 2019

@conda-forge-admin, please rerender

@grlee77
Copy link
Member

grlee77 commented Jul 5, 2019

I think if you rerender the recipe using the command above it should add CI for 3.7.

edit: my comment above seems to have done the rerender (I wasn't sure if it would since this is not my PR)

@grlee77
Copy link
Member

grlee77 commented Jul 5, 2019

I don't think that find command syntax is going to work on Windows. Also, cython will need to be added to the host dependencies. I am trying an alternate solution in #22

@jakirkham
Copy link
Member

Addressed in PR ( #22 ). Thanks for the effort here. 🙂

@jakirkham jakirkham closed this Jul 6, 2019
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.

Support Python 3.7
5 participants