Skip to content

Commit 479b230

Browse files
committed
trying to bump up injector version #47
1 parent c86b927 commit 479b230

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ test = [
6464
"pytest-asyncio",
6565
"black",
6666
"isort",
67-
"injector == 0.19.0",
67+
"injector == 0.19.0; python_version < '3.7'",
68+
"injector >= 0.20.1; python_version >= '3.7'",
6869
"flake8",
6970
"mypy==0.931",
7071
"django-stubs",

0 commit comments

Comments
 (0)