We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
REQUIRES_PYTHON
(3, 10)
1 parent fc6fb8d commit 2dd9bc2Copy full SHA for 2dd9bc2
nb_cli/consts.py
@@ -4,7 +4,7 @@
4
# consts
5
PLUGINS_GROUP = "nb"
6
SCRIPTS_GROUP = "nb_scripts"
7
-REQUIRES_PYTHON = (3, 9)
+REQUIRES_PYTHON = (3, 10)
8
DEFAULT_DRIVER = ("FastAPI",)
9
# SHELL = os.getenv("SHELL", "")
10
WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt")
0 commit comments