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] Remove Python 2 support for Python client #8624

Closed

Conversation

BewareMyPower
Copy link
Contributor

Master Issue: #8622

Motivation

According to PIP 56, Python 2 should not be supported anymore. But the CMakeLists.txt still try to find include directory and library of Python 2.7 and the vagrant build script still build wheels for Python 2.

Modifications

  • Remove Python 2.7 related find operations in CMakeLists.txt
  • Remove Python 2 wheels for OS X vagrant build

Verifying this change

  • Make sure that the change passes the CI checks.

This change is a trivial rework / code cleanup without any test coverage.

@BewareMyPower BewareMyPower changed the title Remove Python 2 support for Python client [WIP] Remove Python 2 support for Python client Nov 19, 2020
@BewareMyPower
Copy link
Contributor Author

I'll open a new PR to do this work in future.

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.

1 participant