Skip to content

Commit 140e068

Browse files
committed
hopefully one last fix
1 parent b3e63e9 commit 140e068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/help/docfx_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import argparse
1616
import pathlib
1717
import shutil
18-
from typing import Any, Dict, List, Union
18+
from typing import Dict, Union
1919
import yaml
2020
import pypandoc
2121

packages/help/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import pathlib
1818
import nox
1919

20-
DEFAULT_PYTHON_VERSION = "3.12"
20+
DEFAULT_PYTHON_VERSION = "3.14"
2121
ALL_PYTHON = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2222
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
2323
REPO_ROOT = CURRENT_DIRECTORY.parent.parent

0 commit comments

Comments
 (0)