Skip to content

Commit 9c8f424

Browse files
committed
skip 3.15 for bigtable
1 parent 0003c87 commit 9c8f424

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/google-cloud-bigtable/noxfile.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ def unit(session, protobuf_implementation):
225225
if protobuf_implementation == "cpp" and py_version >= (3, 11):
226226
session.skip("cpp implementation is not supported in python 3.11+")
227227

228+
if session.python == "3.15":
229+
session.skip(
230+
"Skipping 3.15 until wheels are available for google-crc32c."
231+
)
232+
228233
constraints_path = str(
229234
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
230235
)

0 commit comments

Comments
 (0)