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

cleanup(python): Remove the 'cpp' implementation once support for Protobuf 3.x is dropped. #1976

Open
parthea opened this issue Jun 24, 2024 · 0 comments
Labels
lang: python Issues specific to Python.

Comments

@parthea
Copy link
Contributor

parthea commented Jun 24, 2024

See the code below which should be removed once support for Protobuf 3.x is dropped.

# Remove the 'cpp' implementation once support for Protobuf 3.x is dropped.
# The 'cpp' implementation requires Protobuf<4.
if protobuf_implementation == "cpp":
session.install("protobuf<4")

# Remove the 'cpp' implementation once support for Protobuf 3.x is dropped.
# The 'cpp' implementation requires Protobuf<4.
if protobuf_implementation == "cpp":
session.install("protobuf<4")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang: python Issues specific to Python.
Projects
None yet
Development

No branches or pull requests

2 participants