Skip to content

Commit de40094

Browse files
committed
enable but skip unit-3.7 and unit-3.8 presubmits
1 parent 20b4f2c commit de40094

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/google-cloud-pubsub/noxfile.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
DEFAULT_PYTHON_VERSION = "3.14"
4242

4343
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
44+
"3.7",
45+
"3.8",
4446
"3.9",
4547
"3.10",
4648
"3.11",
@@ -237,6 +239,9 @@ def install_unittest_dependencies(session, *constraints):
237239
def unit(session, protobuf_implementation):
238240
# Install all test dependencies, then install this package in-place.
239241

242+
if session.python in ["3.7", "3.8"]:
243+
session.skip(f"Python {session.python} is no longer supported.")
244+
240245
if protobuf_implementation == "cpp" and session.python in (
241246
"3.11",
242247
"3.12",

0 commit comments

Comments
 (0)