Skip to content

Commit 3fd7bd7

Browse files
committed
skip 3.14
1 parent 656783f commit 3fd7bd7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/google-cloud-bigquery-storage/noxfile.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ def unit(session, protobuf_implementation):
245245
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13"):
246246
session.skip("cpp implementation is not supported in python 3.11+")
247247

248+
# TODO(https://github.com/googleapis/google-cloud-python/issues/14686):
249+
# Run tests with 3.14 once this bug is fixed
250+
if session.python == "3.14":
251+
session.skip(
252+
"3.14 is not yet supported. See https://github.com/googleapis/google-cloud-python/issues/14686"
253+
)
254+
248255
constraints_path = str(
249256
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
250257
)

0 commit comments

Comments
 (0)