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

Commit c569d34

Browse files
committed
also bump in .librarian/generator-input/noxfile.py
1 parent 7242c42 commit c569d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.librarian/generator-input/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def lint(session):
116116
session.run("flake8", "google", "tests")
117117

118118

119-
@nox.session(python="3.13")
119+
@nox.session(python="3.14")
120120
def blacken(session):
121121
"""Run black. Format code to uniform standard."""
122122
session.install(BLACK_VERSION)

0 commit comments

Comments
 (0)