We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34b439 commit c2e32bfCopy full SHA for c2e32bf
1 file changed
packages/sqlalchemy-bigquery/noxfile.py
@@ -280,6 +280,7 @@ def unit(session, protobuf_implementation, install_extras=True):
280
"3.13",
281
"3.14",
282
):
283
+ session.skip("cpp implementation is not supported in python 3.11+")
284
285
constraints_path = str(
286
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
0 commit comments