Skip to content

First pass at adding support for Python3.7 - #4012

Merged
ev-mp merged 5 commits into
realsenseai:masterfrom
ClimbsRocks:patch-1
Jun 3, 2019
Merged

First pass at adding support for Python3.7#4012
ev-mp merged 5 commits into
realsenseai:masterfrom
ClimbsRocks:patch-1

Conversation

@ClimbsRocks

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Thanks @ClimbsRocks

@lramati

lramati commented May 19, 2019

Copy link
Copy Markdown
Contributor

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