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.
1 parent e769c48 commit bf6c2d6Copy full SHA for bf6c2d6
.github/workflows/lint.yml
@@ -60,4 +60,4 @@ jobs:
60
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
61
62
- name: Run pyright
63
- uses: jakebailey/pyright-action@v2
+ uses: jakebailey/pyright-action@v2
django_typer/__init__.py
@@ -107,7 +107,7 @@
107
)
108
from .utils import _command_context, traceback_config, with_typehint
109
110
-if sys.version_info < (3, 9):
+if sys.version_info < (3, 10):
111
from typing_extensions import ParamSpec
112
else:
113
from typing import ParamSpec
0 commit comments