Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 3af9757

Browse files
1 parent 5c996f8 commit 3af9757

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

noxfile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,12 @@ def docfx(session):
397397
def prerelease_deps(session, protobuf_implementation):
398398
"""Run all tests with prerelease versions of dependencies installed."""
399399

400-
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13", "3.14"):
400+
if protobuf_implementation == "cpp" and session.python in (
401+
"3.11",
402+
"3.12",
403+
"3.13",
404+
"3.14",
405+
):
401406
session.skip("cpp implementation is not supported in python 3.11+")
402407

403408
# Install all dependencies

0 commit comments

Comments
 (0)