Skip to content

Commit efe1b30

Browse files
committed
skip prerelease_deps for 3.7 and 3.8
1 parent de40094 commit efe1b30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/google-cloud-pubsub/noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,9 @@ def docfx(session):
457457
def prerelease_deps(session, protobuf_implementation):
458458
"""Run all tests with prerelease versions of dependencies installed."""
459459

460+
if session.python in ["3.7", "3.8"]:
461+
session.skip(f"Python {session.python} is no longer supported.")
462+
460463
if protobuf_implementation == "cpp" and session.python in (
461464
"3.11",
462465
"3.12",

0 commit comments

Comments
 (0)