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

Support newer versions of Python #3809

Open
oliverchang opened this issue Mar 6, 2024 · 1 comment
Open

Support newer versions of Python #3809

oliverchang opened this issue Mar 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@oliverchang
Copy link
Collaborator

The main blocker to this is our dependency on python libraries with C extensions (e.g. protobuf, grpc)), and the need to bundle them in our deployment zips across Linux, Windows, and Mac.

We should see if there's a way for us to set up cross platform build environments (e.g. leveraging GitHub actions) to build the these necessary dependencies into reusable Python wheels.

@oliverchang oliverchang added the enhancement New feature or request label Mar 6, 2024
@oliverchang
Copy link
Collaborator Author

@jonathanmetzman wdyt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant