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

First pass at adding support for Python3.7 #4012

Merged
merged 5 commits into from
Jun 3, 2019

Conversation

ClimbsRocks
Copy link
Contributor

Per #4008, starts to add support for Python3.7.

This PR modifies the setup.py for pyrealsense and pybind11 to note that they work for Python3.7 as well. This will allow PyPi to pattern-match and allow downloads for Python3.7 systems. According to the linked issue, the code should be already compatible (which would make sense, Python3.7 didn't introduce much (if anything) in the way of breaking changes).

Without being familiar with the rest of the CI setup, I'm not sure what the rest of the process is from here. I know on previous projects I've run, it's been as simple as two command line commands, or kicking off the CI process again if you've got automated deployment to package managers set up. So assuming it's baked into CI, it could be as simple as merging this PR :)

@dorodnic dorodnic requested a review from matkatz May 18, 2019 21:00
@dorodnic
Copy link
Contributor

Thanks @ClimbsRocks

@lramati
Copy link
Contributor

lramati commented May 19, 2019

I would manually double check that we don't need to update our version of Pybind11. While it shouldn't be a problem, we use a version that's quite old at this point. If any changes were made upstream to support python 3.7, they might be missing from our repo and cause trouble

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.

5 participants