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

[Bazel Python3.11] Update Bazel dependencies for Python 3.11 (#33318) #33319

Merged
merged 1 commit into from Jun 1, 2023

Conversation

gnossen
Copy link
Contributor

@gnossen gnossen commented Jun 1, 2023

No description provided.

)

We just found out that our current Bazel setup does not support Python
3.11.

Thus PR updates some dependencies to allow using Bazel in Python 3.11.

Cython:
* Cython [backported Python 3.11 support change to
0.29x](cython/cython#4500), but it appears
that the Cython version we are using in Bazel does not include the fix,
so we're using the latest stable version instead.

Gevent:
* The first version of gevent that supports [Python 3.11 is
22.08.0](gevent/gevent#1903 (comment)).

#### Testing
* Tested locally using Python 3.11 virtual environment, was able to
reproduce the issue and verified that those changes were able to fix it.
@gnossen gnossen added lang/Python release notes: yes Indicates if PR needs to be in release notes labels Jun 1, 2023
@gnossen gnossen enabled auto-merge (squash) June 1, 2023 23:32
@veblush veblush disabled auto-merge June 1, 2023 23:39
@veblush veblush merged commit 2024cb1 into grpc:v1.55.x Jun 1, 2023
34 of 63 checks passed
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.

None yet

3 participants