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

Commit 3b20ae5

Browse files
1 parent 9fa0220 commit 3b20ae5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

noxfile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@ def default(session):
8686
def prerelease_deps(session, protobuf_implementation):
8787
"""Run all tests with prerelease versions of dependencies installed."""
8888

89-
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13", "3.14"):
89+
if protobuf_implementation == "cpp" and session.python in (
90+
"3.11",
91+
"3.12",
92+
"3.13",
93+
"3.14",
94+
):
9095
session.skip("cpp implementation is not supported in python 3.11+")
9196

9297
# Install all dependencies

0 commit comments

Comments
 (0)