Skip to content

Commit 6c2206c

Browse files
committed
test(proto-4.25.8): Fix to run on supported Python version (3.11)
1 parent e420f47 commit 6c2206c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def unit(session, install_grpc_gcp, install_grpc, install_async_rest):
252252

253253

254254
# TODO: Remove once we stop support for protobuf 4.x.
255-
@nox.session(python=DEFAULT_PYTHON_VERSION)
255+
@nox.session(python="3.11")
256256
def unit_protobuf_4x(session):
257257
"""Run the unit test suite with protobuf 4.x."""
258258
# Pin protobuf to a 4.x version to ensure coverage for the legacy code path.

0 commit comments

Comments
 (0)