Skip to content

Commit 2dd9bc2

Browse files
committed
🐛 update constant REQUIRES_PYTHON to (3, 10)
1 parent fc6fb8d commit 2dd9bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nb_cli/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# consts
55
PLUGINS_GROUP = "nb"
66
SCRIPTS_GROUP = "nb_scripts"
7-
REQUIRES_PYTHON = (3, 9)
7+
REQUIRES_PYTHON = (3, 10)
88
DEFAULT_DRIVER = ("FastAPI",)
99
# SHELL = os.getenv("SHELL", "")
1010
WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt")

0 commit comments

Comments
 (0)