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

Commit ed545e6

Browse files
committed
chore: Update mypy.yml python version in owlbot.py
1 parent 377b1a4 commit ed545e6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

owlbot.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,12 @@ def lint_setup_py(session):
258258
''',
259259
)
260260

261+
\
262+
# Ensure mypy.yml uses the default Python version
263+
s.replace(
264+
".github/workflows/mypy.yml",
265+
r"python-version: ['3.8']",
266+
"python-version: ['3.10']"
267+
)
268+
261269
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)